Uses of Class
adams.core.Range
-
-
Uses of Range in adams.core
Subclasses of Range in adams.core Modifier and Type Class Description class
AbstractDataBackedRange<T>
Ancestor for range classes that allow additional names in the range string, just like placeholders for 'first', 'second', etc).Methods in adams.core that return Range Modifier and Type Method Description Range
Range. getClone()
Returns a clone of the object.static Range
Range. toRange(int[] indices)
Turns the integer indices into a range object.Methods in adams.core with parameters of type Range Modifier and Type Method Description int
Range. compareTo(Range o)
Compares this subrange with the specified subrange for order. -
Uses of Range in adams.core.base
Fields in adams.core.base declared as Range Modifier and Type Field Description protected Range
MatrixSubset. m_Columns
the columns.protected Range
MatrixSubset. m_Rows
the rows.Methods in adams.core.base that return Range Modifier and Type Method Description Range
MatrixSubset. columnsValue()
Returns the columns range.protected Range
MatrixSubset. parseRange(String part)
Checks whether a row/column specification is valid.Range
MatrixSubset. rowsValue()
Returns the rows range. -
Uses of Range in adams.data.conversion
Fields in adams.data.conversion declared as Range Modifier and Type Field Description protected Range
WekaForecastContainerToArray. m_PredictionRange
the range of predictions to turn into an array.protected Range
WekaForecastContainerToTimeseries. m_PredictionRange
the range of predictions to turn into a timeseries.protected Range
AbstractSpreadSheetToMatrix. m_Rows
the range of rows to operate on.protected Range
SpreadSheetAddFormulaColumn. m_Rows
the rows to add the formula to.protected Range
SpreadSheetAddSumColumn. m_Rows
the rows to add the sum to.Methods in adams.data.conversion that return Range Modifier and Type Method Description Range
WekaForecastContainerToArray. getPredictionRange()
Returns the range of predictions to turn into an array.Range
WekaForecastContainerToTimeseries. getPredictionRange()
Returns the range of predictions to turn into a timeseries.Range
AbstractSpreadSheetToMatrix. getRows()
Returns the range of rows to use.Range
SpreadSheetAddFormulaColumn. getRows()
Returns the range of rows to add the sum for.Range
SpreadSheetAddSumColumn. getRows()
Returns the range of rows to add the sum for.Methods in adams.data.conversion with parameters of type Range Modifier and Type Method Description void
WekaForecastContainerToArray. setPredictionRange(Range value)
Sets the range of predictions to turn into an array.void
WekaForecastContainerToTimeseries. setPredictionRange(Range value)
Sets the range of predictions to turn into a timeseries.void
AbstractSpreadSheetToMatrix. setRows(Range value)
Sets the range of rows to use.void
SpreadSheetAddFormulaColumn. setRows(Range value)
Sets the range of rows to add the sum for.void
SpreadSheetAddSumColumn. setRows(Range value)
Sets the range of rows to add the sum for. -
Uses of Range in adams.data.instance
Methods in adams.data.instance with parameters of type Range Modifier and Type Method Description void
Instance. set(weka.core.Instance inst, int index, int[] additional, Range range, HashSet<Integer> attTypes)
Clears the container and adds the data from the weka.core.Instance (internal values). -
Uses of Range in adams.data.io.input
Classes in adams.data.io.input with type parameters of type Range Modifier and Type Class Description class
AbstractExcelSpreadSheetReader<T extends Range>
Ancestor for special Excel readers.class
AbstractMultiSheetSpreadSheetReader<T extends Range>
Ancestor for spreadsheet readers that can read multiple sheets from a document in one go.class
AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport<T extends Range>
Ancestor for spreadsheet readers that allow the specification of a custom missing value string.interface
MultiSheetSpreadSheetReader<T extends Range>
Interface for spreadsheet readers that can read multiple sheets from the same document.Fields in adams.data.io.input declared as Range Modifier and Type Field Description protected Range
CsvSpreadSheetReader. m_DateColumns
the columns to treat as date.protected Range
AutoWidthTabularSpreadSheetReader. m_DateTimeColumns
the columns to treat as date/time.protected Range
CsvSpreadSheetReader. m_DateTimeColumns
the columns to treat as date/time.protected Range
FixedTabularSpreadSheetReader. m_DateTimeColumns
the columns to treat as date/time.protected Range
SimpleCsvSpreadSheetReader. m_DateTimeColumns
the columns to treat as date/time.protected Range
CsvSpreadSheetReader. m_DateTimeMsecColumns
the columns to treat as date/time msec.protected Range
FastCsvSpreadSheetReader.ChunkReader. m_NumericColumns
the columns to treat as numeric.protected Range
FastCsvSpreadSheetReader. m_NumericColumns
the columns to treat as numeric.protected T
AbstractMultiSheetSpreadSheetReader. m_SheetRange
the range of sheets to load.protected Range
AbstractExcelSpreadSheetReader. m_TextColumns
the range of columns to force to be text.protected Range
AutoWidthTabularSpreadSheetReader. m_TextColumns
the columns to treat as text.protected Range
CsvSpreadSheetReader. m_TextColumns
the columns to treat as text.protected Range
FixedTabularSpreadSheetReader. m_TextColumns
the columns to treat as text.protected Range
ODFSpreadSheetReader. m_TextColumns
the range of columns to force to be text.protected Range
SimpleCsvSpreadSheetReader. m_TextColumns
the columns to treat as text.protected Range
CsvSpreadSheetReader. m_TimeColumns
the columns to treat as time.protected Range
CsvSpreadSheetReader. m_TimeMsecColumns
the columns to treat as time/msec.Methods in adams.data.io.input that return Range Modifier and Type Method Description Range
CsvSpreadSheetReader. getDateColumns()
Returns the range of columns to treat as date.Range
AutoWidthTabularSpreadSheetReader. getDateTimeColumns()
Returns the range of columns to treat as date/time msec.Range
CsvSpreadSheetReader. getDateTimeColumns()
Returns the range of columns to treat as date/time.Range
FixedTabularSpreadSheetReader. getDateTimeColumns()
Returns the range of columns to treat as date/time msec.Range
SimpleCsvSpreadSheetReader. getDateTimeColumns()
Returns the range of columns to treat as date/time msec.Range
CsvSpreadSheetReader. getDateTimeMsecColumns()
Returns the range of columns to treat as date/time msec.protected Range
ExcelStreamingSpreadSheetReader. getDefaultSheetRange()
Returns the default sheet range.Range
FastCsvSpreadSheetReader. getNumericColumns()
Returns the range of columns to treat as numeric.Range
AbstractExcelSpreadSheetReader. getTextColumns()
Returns the range of columns to treat as text.Range
AutoWidthTabularSpreadSheetReader. getTextColumns()
Returns the range of columns to treat as text.Range
CsvSpreadSheetReader. getTextColumns()
Returns the range of columns to treat as text.Range
FixedTabularSpreadSheetReader. getTextColumns()
Returns the range of columns to treat as text.Range
SimpleCsvSpreadSheetReader. getTextColumns()
Returns the range of columns to treat as text.Range
CsvSpreadSheetReader. getTimeColumns()
Returns the range of columns to treat as time.Range
CsvSpreadSheetReader. getTimeMsecColumns()
Returns the range of columns to treat as time/msec.Methods in adams.data.io.input with parameters of type Range Modifier and Type Method Description void
CsvSpreadSheetReader. setDateColumns(Range value)
Sets the range of columns to treat as date.void
AutoWidthTabularSpreadSheetReader. setDateTimeColumns(Range value)
Sets the range of columns to treat as date/time msec.void
CsvSpreadSheetReader. setDateTimeColumns(Range value)
Sets the range of columns to treat as date/time.void
FixedTabularSpreadSheetReader. setDateTimeColumns(Range value)
Sets the range of columns to treat as date/time msec.void
SimpleCsvSpreadSheetReader. setDateTimeColumns(Range value)
Sets the range of columns to treat as date/time msec.void
CsvSpreadSheetReader. setDateTimeMsecColumns(Range value)
Sets the range of columns to treat as date/time msec.void
FastCsvSpreadSheetReader. setNumericColumns(Range value)
Sets the range of columns to treat as numeric.void
AbstractExcelSpreadSheetReader. setTextColumns(Range value)
Sets the range of columns to treat as text.void
AutoWidthTabularSpreadSheetReader. setTextColumns(Range value)
Sets the range of columns to treat as text.void
CsvSpreadSheetReader. setTextColumns(Range value)
Sets the range of columns to treat as text.void
FixedTabularSpreadSheetReader. setTextColumns(Range value)
Sets the range of columns to treat as text.void
SimpleCsvSpreadSheetReader. setTextColumns(Range value)
Sets the range of columns to treat as text.void
CsvSpreadSheetReader. setTimeColumns(Range value)
Sets the range of columns to treat as time.void
CsvSpreadSheetReader. setTimeMsecColumns(Range value)
Sets the range of columns to treat as time. -
Uses of Range in adams.data.spreadsheet
Subclasses of Range in adams.data.spreadsheet Modifier and Type Class Description class
SheetRange
ExtendedRange
class that also allows sheet names for specifying sheet positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).class
SpreadSheetColumnRange
ExtendedRange
class that also allows column names for specifying column positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).class
SpreadSheetRowRange
ExtendedRange
class for SpreadSheet objects.Fields in adams.data.spreadsheet declared as Range Modifier and Type Field Description protected Range
RowIdentifier. m_Columns
the range of columns used as identifier.Methods in adams.data.spreadsheet that return Range Modifier and Type Method Description Range
RowIdentifier. getColumns()
Returns the columns used as keys.Constructors in adams.data.spreadsheet with parameters of type Range Constructor Description RowIdentifier(Range keys)
Initializes the row identifier with the specified range of columns. -
Uses of Range in adams.data.spreadsheet.cellfinder
Fields in adams.data.spreadsheet.cellfinder declared as Range Modifier and Type Field Description protected Range
CellRange. m_Rows
the rows.protected Range
CellTypeRange. m_Rows
the rows.protected Range
ColumnFinderRange. m_Rows
the rows.Methods in adams.data.spreadsheet.cellfinder that return Range Modifier and Type Method Description Range
CellRange. getRows()
Returns the rows to locate.Range
CellTypeRange. getRows()
Returns the rows to locate.Range
ColumnFinderRange. getRows()
Returns the rows to locate.Methods in adams.data.spreadsheet.cellfinder with parameters of type Range Modifier and Type Method Description void
CellRange. setRows(Range value)
Sets the rows to locate.void
CellTypeRange. setRows(Range value)
Sets the rows to locate.void
ColumnFinderRange. setRows(Range value)
Sets the rows to locate. -
Uses of Range in adams.data.spreadsheet.matrixstatistic
Fields in adams.data.spreadsheet.matrixstatistic declared as Range Modifier and Type Field Description protected Range
AbstractMatrixStatistic. m_Rows
the rows of the subset to obtain.Methods in adams.data.spreadsheet.matrixstatistic that return Range Modifier and Type Method Description Range
AbstractMatrixStatistic. getRows()
Returns the rows of the subset.Methods in adams.data.spreadsheet.matrixstatistic with parameters of type Range Modifier and Type Method Description void
AbstractMatrixStatistic. setRows(Range value)
Sets the rows of the subset. -
Uses of Range in adams.data.spreadsheet.rowfinder
Fields in adams.data.spreadsheet.rowfinder declared as Range Modifier and Type Field Description protected Range
ByIndex. m_Rows
the range of rows to select.Methods in adams.data.spreadsheet.rowfinder that return Range Modifier and Type Method Description Range
ByIndex. getRows()
Returns the range of rows to select.Methods in adams.data.spreadsheet.rowfinder with parameters of type Range Modifier and Type Method Description void
ByIndex. setRows(Range value)
Sets the range of rows to select. -
Uses of Range in adams.data.spreadsheet.rowscore
Fields in adams.data.spreadsheet.rowscore declared as Range Modifier and Type Field Description protected Range
ArrayStatistic. m_AdditionalRows
the additional rows to use for the array statistic.Methods in adams.data.spreadsheet.rowscore that return Range Modifier and Type Method Description Range
ArrayStatistic. getAdditionalRows()
Returns the additional rows to feed into the array statistic.Methods in adams.data.spreadsheet.rowscore with parameters of type Range Modifier and Type Method Description void
ArrayStatistic. setAdditionalRows(Range value)
Sets the additional rows to feed into the array statistic. -
Uses of Range in adams.data.weka
Subclasses of Range in adams.data.weka Modifier and Type Class Description class
WekaAttributeRange
ExtendedRange
class that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).class
WekaLabelRange
ExtendedRange
class that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc). -
Uses of Range in adams.data.weka.rowfinder
Fields in adams.data.weka.rowfinder declared as Range Modifier and Type Field Description protected Range
FilteredIQR. m_Range
the attribute range to work on.Methods in adams.data.weka.rowfinder that return Range Modifier and Type Method Description Range
FilteredIQR. getAttributeRange()
Returns the attribute range to work on.Methods in adams.data.weka.rowfinder with parameters of type Range Modifier and Type Method Description void
FilteredIQR. setAttributeRange(Range value)
Sets the attribute range to work on. -
Uses of Range in adams.flow.sink
Fields in adams.flow.sink declared as Range Modifier and Type Field Description protected Range
BoxPlot. m_AttString
range of box plots to display, in string formMethods in adams.flow.sink that return Range Modifier and Type Method Description Range
BoxPlot. getAttributes()
get the attributes to be displayed initiallyMethods in adams.flow.sink with parameters of type Range Modifier and Type Method Description void
BoxPlot. setAttributes(Range val)
Set the attributes to be displayed initially -
Uses of Range in adams.flow.source
Fields in adams.flow.source declared as Range Modifier and Type Field Description protected Range
IntegerRange. m_Range
the range.Methods in adams.flow.source that return Range Modifier and Type Method Description Range
IntegerRange. getRange()
Returns the range to use.Methods in adams.flow.source with parameters of type Range Modifier and Type Method Description void
IntegerRange. setRange(Range value)
Sets the range to use. -
Uses of Range in adams.flow.transformer
Fields in adams.flow.transformer declared as Range Modifier and Type Field Description protected Range
WekaInstanceStreamPlotGenerator. m_Attributes
the range of attributes to plot.protected Range
ArraySubset. m_Elements
the elements of the subset to extract.protected Range
CollectionSubset. m_Elements
the elements of the subset to extract.protected Range
SelectArraySubset. m_InitialSelection
the initial selection.protected Range
SpreadSheetRemoveRow. m_Position
the position of the rows to remove.protected Range
StringRangeCut. m_Range
the range.protected Range
WekaAttributeIterator. m_Range
the range of attributes to work on.protected Range
SpreadSheetGetCell. m_Row
the row of the cell to obtain.protected Range
SpreadSheetSetCell. m_Row
the row of the cell to obtain.protected Range
SpreadSheetCopyRows. m_Rows
the range of rows to copy.protected Range
SpreadSheetStorageRowIterator. m_Rows
the range of rows to use.protected Range
SpreadSheetSubset. m_Rows
the rows of the subset to obtain.protected Range
SpreadSheetSubsetFromGroup. m_Rows
the rows of the group to obtain.protected Range
SpreadSheetVariableRowIterator. m_Rows
the range of rows to use.Methods in adams.flow.transformer that return Range Modifier and Type Method Description Range
WekaInstanceStreamPlotGenerator. getAttributes()
Returns the range of attributes to create plot containers for.Range
ArraySubset. getElements()
Returns the array elements to pick.Range
CollectionSubset. getElements()
Returns the array elements to pick.Range
SelectArraySubset. getInitialSelection()
Returns what elements get selected initially.Range
SpreadSheetRemoveRow. getPosition()
Returns the position of the rows to remove.Range
StringRangeCut. getRange()
Returns the range of characters/fields to extract.Range
WekaAttributeIterator. getRange()
Returns the range of attributes to operate on.Range
SpreadSheetGetCell. getRow()
Returns the row(s) of the cell(s).Range
SpreadSheetSetCell. getRow()
Returns the row(s) of the cell(s).Range
SpreadSheetCopyRows. getRows()
Returns the range of rows to copy.Range
SpreadSheetStorageRowIterator. getRows()
Returns the rows to retrieve the values from.Range
SpreadSheetSubset. getRows()
Returns the rows of the subset.Range
SpreadSheetSubsetFromGroup. getRows()
Returns the rows of the subset.Range
SpreadSheetVariableRowIterator. getRows()
Returns the rows to retrieve the values from.Methods in adams.flow.transformer with parameters of type Range Modifier and Type Method Description void
WekaInstanceStreamPlotGenerator. setAttributes(Range value)
Sets the range of attributes to create plot containers for.void
ArraySubset. setElements(Range value)
Sets the array elements to pick.void
CollectionSubset. setElements(Range value)
Sets the array elements to pick.void
SelectArraySubset. setInitialSelection(Range value)
Sets what elements get selected initially.void
SpreadSheetRemoveRow. setPosition(Range value)
Sets the position of the rows to remove.void
StringRangeCut. setRange(Range value)
Sets the range of characters/fields to extract.void
WekaAttributeIterator. setRange(Range value)
Sets the range of attributes to operate on.void
SpreadSheetGetCell. setRow(Range value)
Sets the row(s) of the cell(s).void
SpreadSheetSetCell. setRow(Range value)
Sets the row(s) of the cell(s).void
SpreadSheetCopyRows. setRows(Range value)
Sets the range of rows to copy.void
SpreadSheetStorageRowIterator. setRows(Range value)
Sets the rows to retrieve the values from.void
SpreadSheetSubset. setRows(Range value)
Sets the rows of the subset.void
SpreadSheetSubsetFromGroup. setRows(Range value)
Sets the rows of the subset.void
SpreadSheetVariableRowIterator. setRows(Range value)
Sets the rows to retrieve the values from. -
Uses of Range in adams.flow.transformer.arraysubsetgeneration
Fields in adams.flow.transformer.arraysubsetgeneration declared as Range Modifier and Type Field Description protected Range
RangeSubset. m_Elements
the elements of the subset to extract.Methods in adams.flow.transformer.arraysubsetgeneration that return Range Modifier and Type Method Description Range
RangeSubset. getElements()
Returns the array elements to pick.Methods in adams.flow.transformer.arraysubsetgeneration with parameters of type Range Modifier and Type Method Description void
RangeSubset. setElements(Range value)
Sets the array elements to pick. -
Uses of Range in adams.flow.transformer.pdfstamp
Fields in adams.flow.transformer.pdfstamp declared as Range Modifier and Type Field Description protected Range
AbstractPageRangeStamper. m_Pages
the page range to work on.Methods in adams.flow.transformer.pdfstamp that return Range Modifier and Type Method Description Range
AbstractPageRangeStamper. getPages()
Returns the page range.Methods in adams.flow.transformer.pdfstamp with parameters of type Range Modifier and Type Method Description void
AbstractPageRangeStamper. setPages(Range value)
Sets the page range. -
Uses of Range in adams.gui
Fields in adams.gui declared as Range Modifier and Type Field Description protected Range
InstanceCompare. m_FirstAttributeRange
the first attribute range to use.protected Range
InstanceCompare. m_SecondAttributeRange
the second attribute range to use. -
Uses of Range in adams.gui.goe
Methods in adams.gui.goe that return Range Modifier and Type Method Description protected Range
RangeEditor. parse(String s)
Parses the given string and returns the generated object. -
Uses of Range in adams.gui.tools.spreadsheetviewer.chart
Fields in adams.gui.tools.spreadsheetviewer.chart declared as Range Modifier and Type Field Description protected Range
Histogram. m_Rows
the range of rows to use. -
Uses of Range in adams.gui.visualization.instance
Fields in adams.gui.visualization.instance declared as Range Modifier and Type Field Description protected Range
LoadDatasetDialog. m_DefaultAttributeRange
the default range.protected Range
InstanceComparePanel.DatasetIndexer. m_Range
the range of attributes to use.Methods in adams.gui.visualization.instance that return Range Modifier and Type Method Description Range
LoadDatasetDialog. getCurrentAttributeRange()
Returns the current range of attributes to use. -
Uses of Range in adams.gui.visualization.spreadsheet
Fields in adams.gui.visualization.spreadsheet declared as Range Modifier and Type Field Description protected Range
LoadSpreadSheetDialog. m_DefaultAttributeRange
the default range.Methods in adams.gui.visualization.spreadsheet that return Range Modifier and Type Method Description Range
LoadSpreadSheetDialog. getCurrentAttributeRange()
Returns the current range of attributes to use.Methods in adams.gui.visualization.spreadsheet with parameters of type Range Modifier and Type Method Description void
SpreadSheetRow. set(Row row, int index, int[] additional, Range range, HashSet<Integer> attTypes)
Clears the container and adds the data from the Row (internal values). -
Uses of Range in adams.gui.visualization.stats.boxplot
Fields in adams.gui.visualization.stats.boxplot declared as Range Modifier and Type Field Description protected Range
BoxPlotManager. m_Range
Range of box plots to display initiallyMethods in adams.gui.visualization.stats.boxplot that return Range Modifier and Type Method Description Range
BoxPlotManager. getRange()
Get the range of box plots to be displayed initiallyMethods in adams.gui.visualization.stats.boxplot with parameters of type Range Modifier and Type Method Description void
BoxPlotManager. setRange(Range val)
Set the range of box plots to display initially -
Uses of Range in adams.opt.genetic
Fields in adams.opt.genetic declared as Range Modifier and Type Field Description protected Range
AbstractGeneticAlgorithm. m_BestRange
stores the best range of attribtues.Methods in adams.opt.genetic with parameters of type Range Modifier and Type Method Description protected void
AbstractGeneticAlgorithm. setBestRange(Range value)
Sets the best range of attributes. -
Uses of Range in adams.opt.optimise.genetic
Fields in adams.opt.optimise.genetic declared as Range Modifier and Type Field Description protected Range
AbstractGeneticAlgorithm. m_BestRange
stores the best range of attribtues.Methods in adams.opt.optimise.genetic with parameters of type Range Modifier and Type Method Description protected void
AbstractGeneticAlgorithm. setBestRange(Range value)
Sets the best range of attributes. -
Uses of Range in adams.tools
Fields in adams.tools declared as Range Modifier and Type Field Description protected Range
CompareDatasets. m_Range1
the first range of attributes.protected Range
CompareDatasets. m_Range2
the second range of attributes.Methods in adams.tools that return Range Modifier and Type Method Description Range
CompareDatasets. getRange1()
Returns the range of attributes of the first dataset.Range
CompareDatasets. getRange2()
Returns the range of attributes of the second dataset.Methods in adams.tools with parameters of type Range Modifier and Type Method Description void
CompareDatasets. setRange1(Range value)
Sets the range of attributes of the first dataset.void
CompareDatasets. setRange2(Range value)
Sets the range of attributes of the second dataset. -
Uses of Range in weka.attributeSelection
Fields in weka.attributeSelection declared as Range Modifier and Type Field Description protected Range
AbstractPLSAttributeEval. m_ComponentRange
for user defined range of components used.Methods in weka.attributeSelection that return Range Modifier and Type Method Description Range
AbstractPLSAttributeEval. getComponentRange()
Returns the range of components to be used.Methods in weka.attributeSelection with parameters of type Range Modifier and Type Method Description void
AbstractPLSAttributeEval. setComponentRange(Range value)
Sets the range of components to be used. -
Uses of Range in weka.classifiers.meta
Fields in weka.classifiers.meta declared as Range Modifier and Type Field Description protected Range
AbstainAttributePercentile. m_Range
-
Uses of Range in weka.core
Methods in weka.core that return Range Modifier and Type Method Description static Range
WekaOptionUtils. parse(String[] options, char option, Range defValue)
Parses a Range option, uses default if option is missing.static Range[]
WekaOptionUtils. parse(String[] options, char option, Range[] defValue)
Parses a Range option, uses default if option is missing.static Range
WekaOptionUtils. parse(String[] options, String option, Range defValue)
Parses a Range option, uses default if option is missing.static Range[]
WekaOptionUtils. parse(String[] options, String option, Range[] defValue)
Parses a Range option, uses default if option is missing.Methods in weka.core with parameters of type Range Modifier and Type Method Description static void
WekaOptionUtils. add(List<String> options, char option, Range value)
Adds the adams.core.Range to the options.static void
WekaOptionUtils. add(List<String> options, char option, Range[] value)
Adds the adams.core.Range to the options.static void
WekaOptionUtils. add(List<String> options, String option, Range value)
Adds the adams.core.Range to the options.static void
WekaOptionUtils. add(List<String> options, String option, Range[] value)
Adds the adams.core.Range to the options.static void
WekaOptionUtils. addOption(Vector options, String text, Range defValue, char option)
Adds an Option for a flag to the list of options.static void
WekaOptionUtils. addOption(Vector options, String text, Range defValue, String option)
Adds an Option for a flag to the list of options.static Range
WekaOptionUtils. parse(String[] options, char option, Range defValue)
Parses a Range option, uses default if option is missing.static Range[]
WekaOptionUtils. parse(String[] options, char option, Range[] defValue)
Parses a Range option, uses default if option is missing.static Range
WekaOptionUtils. parse(String[] options, String option, Range defValue)
Parses a Range option, uses default if option is missing.static Range[]
WekaOptionUtils. parse(String[] options, String option, Range[] defValue)
Parses a Range option, uses default if option is missing. -
Uses of Range in weka.filters.unsupervised.attribute
Fields in weka.filters.unsupervised.attribute declared as Range Modifier and Type Field Description protected Range
SimpleDetrend. m_AttributeRange
the range of attributes to work on.protected Range
EquiDistance. m_Range
the attribute range to use.Methods in weka.filters.unsupervised.attribute that return Range Modifier and Type Method Description Range
SimpleDetrend. getAttributeRange()
Returns the range of attributes to detrend.protected Range
SimpleDetrend. getDefaultAttributeRange()
Returns the default regular expression for identifying the attributes to process.protected Range
EquiDistance. getDefaultRange()
Returns the default attribute range.Range
EquiDistance. getRange()
Returns the attribute range.Methods in weka.filters.unsupervised.attribute with parameters of type Range Modifier and Type Method Description void
SimpleDetrend. setAttributeRange(Range value)
Sets the range of attributes to detrend.void
EquiDistance. setRange(Range value)
Sets the attribute range. -
Uses of Range in weka.filters.unsupervised.instance
Fields in weka.filters.unsupervised.instance declared as Range Modifier and Type Field Description static Range
KennardStone. DEFAULT_ATT_RANGE
protected Range
KennardStone. m_AttRange
the range of attributes to apply to.protected Range
SafeRemoveRange. m_Range
Range of instances requested by the user.Methods in weka.filters.unsupervised.instance that return Range Modifier and Type Method Description Range
KennardStone. getAttRange()
Returns the attribute range to use for distance calculation (after applying pre-filter).Methods in weka.filters.unsupervised.instance with parameters of type Range Modifier and Type Method Description void
KennardStone. setAttRange(Range value)
Sets the attribute range to use for distance calculation (after applying pre-filter).
-