Uses of Class
adams.core.Range
-
-
Uses of Range in adams.core
Subclasses of Range in adams.core Modifier and Type Class Description classAbstractDataBackedRange<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 RangeRange. getClone()Returns a clone of the object.static RangeRange. 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 intRange. 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 RangeMatrixSubset. m_Columnsthe columns.protected RangeMatrixSubset. m_Rowsthe rows.Methods in adams.core.base that return Range Modifier and Type Method Description RangeMatrixSubset. columnsValue()Returns the columns range.protected RangeMatrixSubset. parseRange(String part)Checks whether a row/column specification is valid.RangeMatrixSubset. 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 RangeWekaForecastContainerToArray. m_PredictionRangethe range of predictions to turn into an array.protected RangeWekaForecastContainerToTimeseries. m_PredictionRangethe range of predictions to turn into a timeseries.protected RangeAbstractSpreadSheetToMatrix. m_Rowsthe range of rows to operate on.protected RangeSpreadSheetAddFormulaColumn. m_Rowsthe rows to add the formula to.protected RangeSpreadSheetAddSumColumn. m_Rowsthe rows to add the sum to.Methods in adams.data.conversion that return Range Modifier and Type Method Description RangeWekaForecastContainerToArray. getPredictionRange()Returns the range of predictions to turn into an array.RangeWekaForecastContainerToTimeseries. getPredictionRange()Returns the range of predictions to turn into a timeseries.RangeAbstractSpreadSheetToMatrix. getRows()Returns the range of rows to use.RangeSpreadSheetAddFormulaColumn. getRows()Returns the range of rows to add the sum for.RangeSpreadSheetAddSumColumn. 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 voidWekaForecastContainerToArray. setPredictionRange(Range value)Sets the range of predictions to turn into an array.voidWekaForecastContainerToTimeseries. setPredictionRange(Range value)Sets the range of predictions to turn into a timeseries.voidAbstractSpreadSheetToMatrix. setRows(Range value)Sets the range of rows to use.voidSpreadSheetAddFormulaColumn. setRows(Range value)Sets the range of rows to add the sum for.voidSpreadSheetAddSumColumn. 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 voidInstance. 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 classAbstractExcelSpreadSheetReader<T extends Range>Ancestor for special Excel readers.classAbstractMultiSheetSpreadSheetReader<T extends Range>Ancestor for spreadsheet readers that can read multiple sheets from a document in one go.classAbstractMultiSheetSpreadSheetReaderWithMissingValueSupport<T extends Range>Ancestor for spreadsheet readers that allow the specification of a custom missing value string.interfaceMultiSheetSpreadSheetReader<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 RangeCsvSpreadSheetReader. m_DateColumnsthe columns to treat as date.protected RangeAutoWidthTabularSpreadSheetReader. m_DateTimeColumnsthe columns to treat as date/time.protected RangeCsvSpreadSheetReader. m_DateTimeColumnsthe columns to treat as date/time.protected RangeFixedTabularSpreadSheetReader. m_DateTimeColumnsthe columns to treat as date/time.protected RangeSimpleCsvSpreadSheetReader. m_DateTimeColumnsthe columns to treat as date/time.protected RangeCsvSpreadSheetReader. m_DateTimeMsecColumnsthe columns to treat as date/time msec.protected RangeFastCsvSpreadSheetReader.ChunkReader. m_NumericColumnsthe columns to treat as numeric.protected RangeFastCsvSpreadSheetReader. m_NumericColumnsthe columns to treat as numeric.protected TAbstractMultiSheetSpreadSheetReader. m_SheetRangethe range of sheets to load.protected RangeAbstractExcelSpreadSheetReader. m_TextColumnsthe range of columns to force to be text.protected RangeAutoWidthTabularSpreadSheetReader. m_TextColumnsthe columns to treat as text.protected RangeCsvSpreadSheetReader. m_TextColumnsthe columns to treat as text.protected RangeFixedTabularSpreadSheetReader. m_TextColumnsthe columns to treat as text.protected RangeODFSpreadSheetReader. m_TextColumnsthe range of columns to force to be text.protected RangeSimpleCsvSpreadSheetReader. m_TextColumnsthe columns to treat as text.protected RangeCsvSpreadSheetReader. m_TimeColumnsthe columns to treat as time.protected RangeCsvSpreadSheetReader. m_TimeMsecColumnsthe columns to treat as time/msec.Methods in adams.data.io.input that return Range Modifier and Type Method Description RangeCsvSpreadSheetReader. getDateColumns()Returns the range of columns to treat as date.RangeAutoWidthTabularSpreadSheetReader. getDateTimeColumns()Returns the range of columns to treat as date/time msec.RangeCsvSpreadSheetReader. getDateTimeColumns()Returns the range of columns to treat as date/time.RangeFixedTabularSpreadSheetReader. getDateTimeColumns()Returns the range of columns to treat as date/time msec.RangeSimpleCsvSpreadSheetReader. getDateTimeColumns()Returns the range of columns to treat as date/time msec.RangeCsvSpreadSheetReader. getDateTimeMsecColumns()Returns the range of columns to treat as date/time msec.protected RangeExcelStreamingSpreadSheetReader. getDefaultSheetRange()Returns the default sheet range.RangeFastCsvSpreadSheetReader. getNumericColumns()Returns the range of columns to treat as numeric.RangeAbstractExcelSpreadSheetReader. getTextColumns()Returns the range of columns to treat as text.RangeAutoWidthTabularSpreadSheetReader. getTextColumns()Returns the range of columns to treat as text.RangeCsvSpreadSheetReader. getTextColumns()Returns the range of columns to treat as text.RangeFixedTabularSpreadSheetReader. getTextColumns()Returns the range of columns to treat as text.RangeSimpleCsvSpreadSheetReader. getTextColumns()Returns the range of columns to treat as text.RangeCsvSpreadSheetReader. getTimeColumns()Returns the range of columns to treat as time.RangeCsvSpreadSheetReader. 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 voidCsvSpreadSheetReader. setDateColumns(Range value)Sets the range of columns to treat as date.voidAutoWidthTabularSpreadSheetReader. setDateTimeColumns(Range value)Sets the range of columns to treat as date/time msec.voidCsvSpreadSheetReader. setDateTimeColumns(Range value)Sets the range of columns to treat as date/time.voidFixedTabularSpreadSheetReader. setDateTimeColumns(Range value)Sets the range of columns to treat as date/time msec.voidSimpleCsvSpreadSheetReader. setDateTimeColumns(Range value)Sets the range of columns to treat as date/time msec.voidCsvSpreadSheetReader. setDateTimeMsecColumns(Range value)Sets the range of columns to treat as date/time msec.voidFastCsvSpreadSheetReader. setNumericColumns(Range value)Sets the range of columns to treat as numeric.voidAbstractExcelSpreadSheetReader. setTextColumns(Range value)Sets the range of columns to treat as text.voidAutoWidthTabularSpreadSheetReader. setTextColumns(Range value)Sets the range of columns to treat as text.voidCsvSpreadSheetReader. setTextColumns(Range value)Sets the range of columns to treat as text.voidFixedTabularSpreadSheetReader. setTextColumns(Range value)Sets the range of columns to treat as text.voidSimpleCsvSpreadSheetReader. setTextColumns(Range value)Sets the range of columns to treat as text.voidCsvSpreadSheetReader. setTimeColumns(Range value)Sets the range of columns to treat as time.voidCsvSpreadSheetReader. 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 classSheetRangeExtendedRangeclass that also allows sheet names for specifying sheet positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).classSpreadSheetColumnRangeExtendedRangeclass that also allows column names for specifying column positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).classSpreadSheetRowRangeExtendedRangeclass for SpreadSheet objects.Fields in adams.data.spreadsheet declared as Range Modifier and Type Field Description protected RangeRowIdentifier. m_Columnsthe range of columns used as identifier.Methods in adams.data.spreadsheet that return Range Modifier and Type Method Description RangeRowIdentifier. 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 RangeCellRange. m_Rowsthe rows.protected RangeCellTypeRange. m_Rowsthe rows.protected RangeColumnFinderRange. m_Rowsthe rows.Methods in adams.data.spreadsheet.cellfinder that return Range Modifier and Type Method Description RangeCellRange. getRows()Returns the rows to locate.RangeCellTypeRange. getRows()Returns the rows to locate.RangeColumnFinderRange. getRows()Returns the rows to locate.Methods in adams.data.spreadsheet.cellfinder with parameters of type Range Modifier and Type Method Description voidCellRange. setRows(Range value)Sets the rows to locate.voidCellTypeRange. setRows(Range value)Sets the rows to locate.voidColumnFinderRange. 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 RangeAbstractMatrixStatistic. m_Rowsthe rows of the subset to obtain.Methods in adams.data.spreadsheet.matrixstatistic that return Range Modifier and Type Method Description RangeAbstractMatrixStatistic. getRows()Returns the rows of the subset.Methods in adams.data.spreadsheet.matrixstatistic with parameters of type Range Modifier and Type Method Description voidAbstractMatrixStatistic. 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 RangeByIndex. m_Rowsthe range of rows to select.Methods in adams.data.spreadsheet.rowfinder that return Range Modifier and Type Method Description RangeByIndex. getRows()Returns the range of rows to select.Methods in adams.data.spreadsheet.rowfinder with parameters of type Range Modifier and Type Method Description voidByIndex. 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 RangeArrayStatistic. m_AdditionalRowsthe additional rows to use for the array statistic.Methods in adams.data.spreadsheet.rowscore that return Range Modifier and Type Method Description RangeArrayStatistic. 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 voidArrayStatistic. 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 classWekaAttributeRangeExtendedRangeclass that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).classWekaLabelRangeExtendedRangeclass 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 RangeFilteredIQR. m_Rangethe attribute range to work on.Methods in adams.data.weka.rowfinder that return Range Modifier and Type Method Description RangeFilteredIQR. getAttributeRange()Returns the attribute range to work on.Methods in adams.data.weka.rowfinder with parameters of type Range Modifier and Type Method Description voidFilteredIQR. 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 RangeBoxPlot. m_AttStringrange of box plots to display, in string formMethods in adams.flow.sink that return Range Modifier and Type Method Description RangeBoxPlot. getAttributes()get the attributes to be displayed initiallyMethods in adams.flow.sink with parameters of type Range Modifier and Type Method Description voidBoxPlot. 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 RangeIntegerRange. m_Rangethe range.Methods in adams.flow.source that return Range Modifier and Type Method Description RangeIntegerRange. getRange()Returns the range to use.Methods in adams.flow.source with parameters of type Range Modifier and Type Method Description voidIntegerRange. 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 RangeWekaInstanceStreamPlotGenerator. m_Attributesthe range of attributes to plot.protected RangeArraySubset. m_Elementsthe elements of the subset to extract.protected RangeCollectionSubset. m_Elementsthe elements of the subset to extract.protected RangeSelectArraySubset. m_InitialSelectionthe initial selection.protected RangeSpreadSheetRemoveRow. m_Positionthe position of the rows to remove.protected RangeStringRangeCut. m_Rangethe range.protected RangeWekaAttributeIterator. m_Rangethe range of attributes to work on.protected RangeSpreadSheetGetCell. m_Rowthe row of the cell to obtain.protected RangeSpreadSheetSetCell. m_Rowthe row of the cell to obtain.protected RangeSpreadSheetCopyRows. m_Rowsthe range of rows to copy.protected RangeSpreadSheetStorageRowIterator. m_Rowsthe range of rows to use.protected RangeSpreadSheetSubset. m_Rowsthe rows of the subset to obtain.protected RangeSpreadSheetSubsetFromGroup. m_Rowsthe rows of the group to obtain.protected RangeSpreadSheetVariableRowIterator. m_Rowsthe range of rows to use.Methods in adams.flow.transformer that return Range Modifier and Type Method Description RangeWekaInstanceStreamPlotGenerator. getAttributes()Returns the range of attributes to create plot containers for.RangeArraySubset. getElements()Returns the array elements to pick.RangeCollectionSubset. getElements()Returns the array elements to pick.RangeSelectArraySubset. getInitialSelection()Returns what elements get selected initially.RangeSpreadSheetRemoveRow. getPosition()Returns the position of the rows to remove.RangeStringRangeCut. getRange()Returns the range of characters/fields to extract.RangeWekaAttributeIterator. getRange()Returns the range of attributes to operate on.RangeSpreadSheetGetCell. getRow()Returns the row(s) of the cell(s).RangeSpreadSheetSetCell. getRow()Returns the row(s) of the cell(s).RangeSpreadSheetCopyRows. getRows()Returns the range of rows to copy.RangeSpreadSheetStorageRowIterator. getRows()Returns the rows to retrieve the values from.RangeSpreadSheetSubset. getRows()Returns the rows of the subset.RangeSpreadSheetSubsetFromGroup. getRows()Returns the rows of the subset.RangeSpreadSheetVariableRowIterator. getRows()Returns the rows to retrieve the values from.Methods in adams.flow.transformer with parameters of type Range Modifier and Type Method Description voidWekaInstanceStreamPlotGenerator. setAttributes(Range value)Sets the range of attributes to create plot containers for.voidArraySubset. setElements(Range value)Sets the array elements to pick.voidCollectionSubset. setElements(Range value)Sets the array elements to pick.voidSelectArraySubset. setInitialSelection(Range value)Sets what elements get selected initially.voidSpreadSheetRemoveRow. setPosition(Range value)Sets the position of the rows to remove.voidStringRangeCut. setRange(Range value)Sets the range of characters/fields to extract.voidWekaAttributeIterator. setRange(Range value)Sets the range of attributes to operate on.voidSpreadSheetGetCell. setRow(Range value)Sets the row(s) of the cell(s).voidSpreadSheetSetCell. setRow(Range value)Sets the row(s) of the cell(s).voidSpreadSheetCopyRows. setRows(Range value)Sets the range of rows to copy.voidSpreadSheetStorageRowIterator. setRows(Range value)Sets the rows to retrieve the values from.voidSpreadSheetSubset. setRows(Range value)Sets the rows of the subset.voidSpreadSheetSubsetFromGroup. setRows(Range value)Sets the rows of the subset.voidSpreadSheetVariableRowIterator. 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 RangeRangeSubset. m_Elementsthe elements of the subset to extract.Methods in adams.flow.transformer.arraysubsetgeneration that return Range Modifier and Type Method Description RangeRangeSubset. getElements()Returns the array elements to pick.Methods in adams.flow.transformer.arraysubsetgeneration with parameters of type Range Modifier and Type Method Description voidRangeSubset. 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 RangeAbstractPageRangeStamper. m_Pagesthe page range to work on.Methods in adams.flow.transformer.pdfstamp that return Range Modifier and Type Method Description RangeAbstractPageRangeStamper. getPages()Returns the page range.Methods in adams.flow.transformer.pdfstamp with parameters of type Range Modifier and Type Method Description voidAbstractPageRangeStamper. 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 RangeInstanceCompare. m_FirstAttributeRangethe first attribute range to use.protected RangeInstanceCompare. m_SecondAttributeRangethe 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 RangeRangeEditor. 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 RangeHistogram. m_Rowsthe 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 RangeLoadDatasetDialog. m_DefaultAttributeRangethe default range.protected RangeInstanceComparePanel.DatasetIndexer. m_Rangethe range of attributes to use.Methods in adams.gui.visualization.instance that return Range Modifier and Type Method Description RangeLoadDatasetDialog. 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 RangeLoadSpreadSheetDialog. m_DefaultAttributeRangethe default range.Methods in adams.gui.visualization.spreadsheet that return Range Modifier and Type Method Description RangeLoadSpreadSheetDialog. 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 voidSpreadSheetRow. 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 RangeBoxPlotManager. m_RangeRange of box plots to display initiallyMethods in adams.gui.visualization.stats.boxplot that return Range Modifier and Type Method Description RangeBoxPlotManager. 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 voidBoxPlotManager. 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 RangeAbstractGeneticAlgorithm. m_BestRangestores the best range of attribtues.Methods in adams.opt.genetic with parameters of type Range Modifier and Type Method Description protected voidAbstractGeneticAlgorithm. 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 RangeAbstractGeneticAlgorithm. m_BestRangestores the best range of attribtues.Methods in adams.opt.optimise.genetic with parameters of type Range Modifier and Type Method Description protected voidAbstractGeneticAlgorithm. 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 RangeCompareDatasets. m_Range1the first range of attributes.protected RangeCompareDatasets. m_Range2the second range of attributes.Methods in adams.tools that return Range Modifier and Type Method Description RangeCompareDatasets. getRange1()Returns the range of attributes of the first dataset.RangeCompareDatasets. getRange2()Returns the range of attributes of the second dataset.Methods in adams.tools with parameters of type Range Modifier and Type Method Description voidCompareDatasets. setRange1(Range value)Sets the range of attributes of the first dataset.voidCompareDatasets. 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 RangeAbstractPLSAttributeEval. m_ComponentRangefor user defined range of components used.Methods in weka.attributeSelection that return Range Modifier and Type Method Description RangeAbstractPLSAttributeEval. getComponentRange()Returns the range of components to be used.Methods in weka.attributeSelection with parameters of type Range Modifier and Type Method Description voidAbstractPLSAttributeEval. 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 RangeAbstainAttributePercentile. m_Range -
Uses of Range in weka.core
Methods in weka.core that return Range Modifier and Type Method Description static RangeWekaOptionUtils. 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 RangeWekaOptionUtils. 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 voidWekaOptionUtils. add(List<String> options, char option, Range value)Adds the adams.core.Range to the options.static voidWekaOptionUtils. add(List<String> options, char option, Range[] value)Adds the adams.core.Range to the options.static voidWekaOptionUtils. add(List<String> options, String option, Range value)Adds the adams.core.Range to the options.static voidWekaOptionUtils. add(List<String> options, String option, Range[] value)Adds the adams.core.Range to the options.static voidWekaOptionUtils. addOption(Vector options, String text, Range defValue, char option)Adds an Option for a flag to the list of options.static voidWekaOptionUtils. addOption(Vector options, String text, Range defValue, String option)Adds an Option for a flag to the list of options.static RangeWekaOptionUtils. 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 RangeWekaOptionUtils. 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.core.converters
Fields in weka.core.converters declared as Range Modifier and Type Field Description protected RangeExcelLoader. m_TextColumnsthe range of columns to force to be text.Methods in weka.core.converters that return Range Modifier and Type Method Description RangeExcelLoader. getTextColumns()Returns the range of columns to treat as text/string.Methods in weka.core.converters with parameters of type Range Modifier and Type Method Description voidExcelLoader. setTextColumns(Range value)Sets the range of columns to treat as text/string. -
Uses of Range in weka.filters.unsupervised.attribute
Fields in weka.filters.unsupervised.attribute declared as Range Modifier and Type Field Description protected RangeSimpleDetrend. m_AttributeRangethe range of attributes to work on.protected RangeEquiDistance. m_Rangethe attribute range to use.Methods in weka.filters.unsupervised.attribute that return Range Modifier and Type Method Description RangeSimpleDetrend. getAttributeRange()Returns the range of attributes to detrend.protected RangeSimpleDetrend. getDefaultAttributeRange()Returns the default regular expression for identifying the attributes to process.protected RangeEquiDistance. getDefaultRange()Returns the default attribute range.RangeEquiDistance. getRange()Returns the attribute range.Methods in weka.filters.unsupervised.attribute with parameters of type Range Modifier and Type Method Description voidSimpleDetrend. setAttributeRange(Range value)Sets the range of attributes to detrend.voidEquiDistance. 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 RangeKennardStone. DEFAULT_ATT_RANGEprotected RangeKennardStone. m_AttRangethe range of attributes to apply to.protected RangeSafeRemoveRange. m_RangeRange of instances requested by the user.Methods in weka.filters.unsupervised.instance that return Range Modifier and Type Method Description RangeKennardStone. 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 voidKennardStone. setAttRange(Range value)Sets the attribute range to use for distance calculation (after applying pre-filter).
-