Uses of Class
adams.core.Index
-
-
Uses of Index in adams.core
Subclasses of Index in adams.core Modifier and Type Class Description classAbstractDataBackedIndex<T>Ancestor for index classes that can use names as index as well as the placeholders like 'first' and 'last'.Methods in adams.core that return Index Modifier and Type Method Description IndexIndex. getClone()Returns a clone of the object.Methods in adams.core with parameters of type Index Modifier and Type Method Description intIndex. compareTo(Index o)Compares this index with the specified index for order. -
Uses of Index in adams.data.conversion
Fields in adams.data.conversion declared as Index Modifier and Type Field Description protected IndexWekaEvaluationToCostCurve. m_ClassLabelIndexthe class label index.protected IndexWekaEvaluationToThresholdCurve. m_ClassLabelIndexthe class label index.protected IndexWekaForecastContainerToArray. m_Indexthe index of the timeseries to extract from the container.protected IndexWekaForecastContainerToTimeseries. m_Indexthe index of the timeseries to extract from the container.Methods in adams.data.conversion that return Index Modifier and Type Method Description IndexWekaEvaluationToCostCurve. getClassLabelIndex()Returns the class label index (1-based index).IndexWekaEvaluationToThresholdCurve. getClassLabelIndex()Returns the class label index (1-based index).IndexWekaForecastContainerToArray. getIndex()Returns the index of the timeseries to extract from the container.IndexWekaForecastContainerToTimeseries. getIndex()Returns the index of the timeseries to extract from the container.Methods in adams.data.conversion with parameters of type Index Modifier and Type Method Description voidWekaEvaluationToCostCurve. setClassLabelIndex(Index value)Sets the class label index (1-based index).voidWekaEvaluationToThresholdCurve. setClassLabelIndex(Index value)Sets the class label index (1-based index).voidWekaForecastContainerToArray. setIndex(Index value)Sets the index of the timeseries to extract from the container.voidWekaForecastContainerToTimeseries. setIndex(Index value)Sets the index of the timeseries to extract from the container. -
Uses of Index in adams.data.imagefilter
Fields in adams.data.imagefilter declared as Index Modifier and Type Field Description protected IndexTransparentBackground. m_Xthe X position of the background pixel.protected IndexTransparentBackground. m_Ythe Y position of the background pixel.Methods in adams.data.imagefilter that return Index Modifier and Type Method Description IndexTransparentBackground. getX()Returns the Y position of the background pixel.IndexTransparentBackground. getY()Returns the Y position of the background pixel.Methods in adams.data.imagefilter with parameters of type Index Modifier and Type Method Description voidTransparentBackground. setX(Index value)Sets the X position of the background pixel.voidTransparentBackground. setY(Index value)Sets the Y position of the background pixel. -
Uses of Index in adams.data.outlier
Fields in adams.data.outlier declared as Index Modifier and Type Field Description protected IndexTimeseriesTimestampCheck. m_Indexthe index of the timestamp to check.Methods in adams.data.outlier that return Index Modifier and Type Method Description IndexTimeseriesTimestampCheck. getIndex()Returns the index of the timestamp to inspect.Methods in adams.data.outlier with parameters of type Index Modifier and Type Method Description voidTimeseriesTimestampCheck. setIndex(Index value)Sets the index of the timestamp to inspect. -
Uses of Index in adams.data.spc
Fields in adams.data.spc declared as Index Modifier and Type Field Description protected IndexUChart. m_NonConformitiesIndexthe column in the matrix with the nonconformities.protected IndexUChart. m_SizesIndexthe column in the matrix with the sample sizes.Methods in adams.data.spc that return Index Modifier and Type Method Description IndexUChart. getNonConformitiesIndex()Returns the matrix column index fot he nonconformities.IndexUChart. getSizesIndex()Returns the matrix column index fot he sizes.Methods in adams.data.spc with parameters of type Index Modifier and Type Method Description voidUChart. setNonConformitiesIndex(Index value)Sets the matrix column index for the nonconformities.voidUChart. setSizesIndex(Index value)Sets the matrix column index for the sizes. -
Uses of Index in adams.data.spreadsheet
Subclasses of Index in adams.data.spreadsheet Modifier and Type Class Description classSheetIndexExtendedIndexclass that can use a sheet name to determine an index of a sheet as well.classSpreadSheetColumnIndexExtendedIndexclass that can use a column name to determine an index of a column as well.classSpreadSheetRowIndexExtendedIndexclass for SpreadSheet objects. -
Uses of Index in adams.data.spreadsheet.cellfinder
Fields in adams.data.spreadsheet.cellfinder declared as Index Modifier and Type Field Description protected IndexSingleCell. m_Rowthe row.Methods in adams.data.spreadsheet.cellfinder that return Index Modifier and Type Method Description IndexSingleCell. getRow()Returns the row to locate.Methods in adams.data.spreadsheet.cellfinder with parameters of type Index Modifier and Type Method Description voidSingleCell. setRow(Index value)Sets the row to locate. -
Uses of Index in adams.data.spreadsheet.rowscore
Fields in adams.data.spreadsheet.rowscore declared as Index Modifier and Type Field Description protected IndexArrayStatistic. m_Rowthe row of the cell to pick from the stats' output.protected IndexRowStatistic. m_Rowthe row of the cell to pick from the stats' output.Methods in adams.data.spreadsheet.rowscore that return Index Modifier and Type Method Description IndexArrayStatistic. getRow()Returns the cell's row to get the score from.IndexRowStatistic. getRow()Returns the cell's row to get the score from.Methods in adams.data.spreadsheet.rowscore with parameters of type Index Modifier and Type Method Description voidArrayStatistic. setRow(Index value)Sets the cell's row to get the score from.voidRowStatistic. setRow(Index value)Sets the cell's row to get the score from. -
Uses of Index in adams.data.weka
Subclasses of Index in adams.data.weka Modifier and Type Class Description classWekaAttributeIndexExtendedIndexclass that can use an attribute name to determine an index of a attribute as well.classWekaLabelIndexExtendedIndexclass that can use a label name to determine an index of a label as well. -
Uses of Index in adams.data.weka.rowfinder
Fields in adams.data.weka.rowfinder declared as Index Modifier and Type Field Description protected IndexByLabel. m_AttributeIndexthe attribute index to work on.Methods in adams.data.weka.rowfinder that return Index Modifier and Type Method Description IndexByLabel. getAttributeIndex()Returns the index of the attribute to perform the matching on.Methods in adams.data.weka.rowfinder with parameters of type Index Modifier and Type Method Description voidByLabel. setAttributeIndex(Index value)Sets the index of the attribute to perform the matching on. -
Uses of Index in adams.flow.sink
Fields in adams.flow.sink declared as Index Modifier and Type Field Description protected IndexHistogram. m_Indexthe attribute index, in case of Instances.Methods in adams.flow.sink that return Index Modifier and Type Method Description IndexHistogram. getIndex()Returns the attirbute index in case of Instances data.Methods in adams.flow.sink with parameters of type Index Modifier and Type Method Description voidHistogram. setIndex(Index value)Sets the attribute index in case of Instances data. -
Uses of Index in adams.flow.source
Fields in adams.flow.source declared as Index Modifier and Type Field Description protected IndexWekaNewInstances. m_ClassIndexthe index for the class attribute, if any. -
Uses of Index in adams.flow.transformer
Fields in adams.flow.transformer declared as Index Modifier and Type Field Description protected IndexStringCut. m_CharacterEndPosthe character end position.protected IndexStringCut. m_CharacterStartPosthe character starting position.protected IndexWekaClassSelector. m_ClassIndexthe class index.protected IndexCounterAdd. m_Columnthe index of the column which values to count.protected IndexCounterInit. m_Columnthe index of the column which values to store in the counter.protected IndexHashSetAdd. m_Columnthe index of the column which values to store in the hashset.protected IndexHashSetInit. m_Columnthe index of the column which values to store in the hashset.protected IndexStringCut. m_FieldIndexthe field number to extract.protected IndexStringIndexOf. m_FromIndexthe starting index.protected IndexSubStringCount. m_FromIndexthe starting index.protected IndexGetArrayElement. m_Indexthe index of the element to pick.protected IndexGetListElement. m_Indexthe index of the element to pick.protected IndexSetArrayElement. m_Indexthe index of the element to set.protected IndexSpreadSheetExtractArray. m_Indexthe index of the row/column to extract.protected IndexWekaExtractArray. m_Indexthe index of the row/column to extract.protected IndexWekaGetInstanceValue. m_Indexthe index of the attribute to get the value from the Instance.protected IndexPDFInfo. m_PageIndexthe index of the page to get the information for.protected IndexCollectionInsert. m_Positionthe position where to insert the string.protected IndexSpreadSheetCopyRows. m_Positionthe position where to insert the copied rows.protected IndexSpreadSheetInsertRow. m_Positionthe position where to insert the row.protected IndexStorageCollectionInsert. m_Positionthe position where to insert the string.protected IndexStringInsert. m_Positionthe position where to insert the string.protected IndexSpreadSheetRowStatistic. m_Rowthe column to generate the statistic for.protected IndexWekaGetInstancesValue. m_Rowthe index of the row.protected IndexWekaSetInstancesValue. m_Rowthe index of the row.Methods in adams.flow.transformer that return Index Modifier and Type Method Description IndexStringCut. getCharacterEndPos()Returns the position of the last character to include.IndexStringCut. getCharacterStartPos()Returns the position of the first character to include.IndexWekaClassSelector. getClassIndex()Returns the class index.IndexCounterAdd. getColumn()Returns the index of the column to store in the counter.IndexCounterInit. getColumn()Returns the index of the column to store in the counter.IndexHashSetAdd. getColumn()Returns the index of the column to store in the hashset.IndexHashSetInit. getColumn()Returns the index of the column to store in the hashset.IndexStringCut. getFieldIndex()Returns the index of the field to cut.IndexStringIndexOf. getFromIndex()Returns the index to start the search from.IndexSubStringCount. getFromIndex()Returns the index to start the search from.IndexGetArrayElement. getIndex()Returns the index (1-based).IndexGetListElement. getIndex()Returns the index (1-based).IndexSetArrayElement. getIndex()Returns the index (1-based).IndexSpreadSheetExtractArray. getIndex()Returns the type of extraction to perform.IndexWekaExtractArray. getIndex()Returns the type of extraction to perform.IndexWekaGetInstanceValue. getIndex()Returns the 1-based index of the attribuate value to retrieve from the Instance.IndexPDFInfo. getPageIndex()Returns the page index to use for page specific information.IndexCollectionInsert. getPosition()Returns the position where to insert the string.IndexSpreadSheetCopyRows. getPosition()Returns the position where to insert the rows.IndexSpreadSheetInsertRow. getPosition()Returns the position where to insert the string.IndexStorageCollectionInsert. getPosition()Returns the position where to insert the string.IndexStringInsert. getPosition()Returns the position where to insert the string.IndexSpreadSheetRowStatistic. getRow()Returns the row to generate the statistics for.IndexWekaGetInstancesValue. getRow()Returns the 1-based index of the row.IndexWekaSetInstancesValue. getRow()Returns the 1-based index of the row.Methods in adams.flow.transformer with parameters of type Index Modifier and Type Method Description voidStringCut. setCharacterEndPos(Index value)Sets the position of the last character to include.voidStringCut. setCharacterStartPos(Index value)Sets the position of the first character to include.voidWekaClassSelector. setClassIndex(Index value)Sets the class index.voidCounterAdd. setColumn(Index value)Sets the index of the column to store in the counter.voidCounterInit. setColumn(Index value)Sets the index of the column to store in the counter.voidHashSetAdd. setColumn(Index value)Sets the index of the column to store in the hashset.voidHashSetInit. setColumn(Index value)Sets the index of the column to store in the hashset.voidStringCut. setFieldIndex(Index value)Sets the index of the field to cut.voidStringIndexOf. setFromIndex(Index value)Sets the index to start the search from.voidSubStringCount. setFromIndex(Index value)Sets the index to start the search from.voidGetArrayElement. setIndex(Index value)Sets the index (1-based).voidGetListElement. setIndex(Index value)Sets the index (1-based).voidSetArrayElement. setIndex(Index value)Sets the index (1-based).voidSpreadSheetExtractArray. setIndex(Index value)Sets the type of extraction to perform.voidWekaExtractArray. setIndex(Index value)Sets the type of extraction to perform.voidWekaGetInstanceValue. setIndex(Index value)Sets the 1-based index of the attribute value to retrieve from the Instance.voidPDFInfo. setPageIndex(Index value)Sets the page index to use for page specific information.voidCollectionInsert. setPosition(Index value)Sets the position where to insert the string.voidSpreadSheetCopyRows. setPosition(Index value)Sets the position where to insert the rows.voidSpreadSheetInsertRow. setPosition(Index value)Sets the position where to insert the string.voidStorageCollectionInsert. setPosition(Index value)Sets the position where to insert the string.voidStringInsert. setPosition(Index value)Sets the position where to insert the string.voidSpreadSheetRowStatistic. setRow(Index value)Sets the row to generate the statistic for.voidWekaGetInstancesValue. setRow(Index value)Sets the 1-based index of the row.voidWekaSetInstancesValue. setRow(Index value)Sets the 1-based index of the row.Constructors in adams.flow.transformer with parameters of type Index Constructor Description GetArrayElement(Index index)Initializes with the specified index.GetListElement(Index index)Initializes with the specified index. -
Uses of Index in adams.flow.transformer.preparefilebaseddataset
Fields in adams.flow.transformer.preparefilebaseddataset declared as Index Modifier and Type Field Description protected IndexSelected. m_Negativethe index for the negative set.protected IndexSelected. m_Testthe index for the test set.protected IndexSelected. m_Trainthe index for the training set.protected IndexSelected. m_Validationthe index for the validation set.Methods in adams.flow.transformer.preparefilebaseddataset that return Index Modifier and Type Method Description IndexSelected. getNegative()Returns the index for the negative set.IndexSelected. getTest()Returns the index for the test set.IndexSelected. getTrain()Returns the index for the training set.IndexSelected. getValidation()Returns the index for the validation set.Methods in adams.flow.transformer.preparefilebaseddataset with parameters of type Index Modifier and Type Method Description voidSelected. setNegative(Index value)Sets the index for the negative set.voidSelected. setTest(Index value)Sets the index for the test set.voidSelected. setTrain(Index value)Sets the index for the training set.voidSelected. setValidation(Index value)Sets the index for the validation set. -
Uses of Index in adams.gui
Fields in adams.gui declared as Index Modifier and Type Field Description protected IndexInstanceCompare. m_FirstRowIndexthe index of the first attribute to use for matching rows.protected IndexInstanceCompare. m_SecondRowIndexthe index of the second attribute to use for matching rows. -
Uses of Index in adams.gui.goe
Methods in adams.gui.goe that return Index Modifier and Type Method Description protected IndexIndexEditor. parse(String s)Parses the given string and returns the generated object. -
Uses of Index in adams.gui.tools.wekamultiexperimenter.experiment
Fields in adams.gui.tools.wekamultiexperimenter.experiment declared as Index Modifier and Type Field Description protected IndexAbstractExperiment.AbstractExperimentJob. m_ClassLabelIndexthe class label index.protected IndexAbstractExperiment. m_ClassLabelIndexthe class label index for per-class stats.Methods in adams.gui.tools.wekamultiexperimenter.experiment that return Index Modifier and Type Method Description IndexAbstractExperiment. getClassLabelIndex()Returns the index of the class label to use when generating per-class statistics.Methods in adams.gui.tools.wekamultiexperimenter.experiment with parameters of type Index Modifier and Type Method Description voidAbstractExperiment. setClassLabelIndex(Index value)Sets the index of the class label to use when generating per-class statistics. -
Uses of Index in adams.gui.visualization.instance
Fields in adams.gui.visualization.instance declared as Index Modifier and Type Field Description protected IndexInstanceComparePanel.DatasetIndexer. m_AttributeIndexthe attribute to index.protected IndexLoadDatasetDialog. m_DefaultClassIndexthe default class index.protected IndexLoadDatasetDialog. m_DefaultIDIndexthe default ID index.protected IndexLoadDatasetDialog. m_DefaultSortIndexthe default sort index. -
Uses of Index in adams.gui.visualization.spreadsheet
Fields in adams.gui.visualization.spreadsheet declared as Index Modifier and Type Field Description protected IndexLoadSpreadSheetDialog. m_DefaultClassIndexthe default class index.protected IndexLoadSpreadSheetDialog. m_DefaultIDIndexthe default ID index.protected IndexLoadSpreadSheetDialog. m_DefaultSortIndexthe default sort index. -
Uses of Index in adams.gui.visualization.stats.core
Methods in adams.gui.visualization.stats.core with parameters of type Index Modifier and Type Method Description static intIndexHelper. getIndex(BaseRegExp reg, Index ind, SpreadSheet inst, int index)Returns the position of the desired attribute. -
Uses of Index in adams.gui.visualization.stats.fourinone
Fields in adams.gui.visualization.stats.fourinone declared as Index Modifier and Type Field Description protected IndexFourInOne. m_ActIndex for setting the position of the actual attributeprotected IndexFourInOne. m_Predindex for setting the position of the predicted attributeMethods in adams.gui.visualization.stats.fourinone with parameters of type Index Modifier and Type Method Description voidFourInOne. setAct(Index val)Set the index for the position of the actual attributevoidFourInOne. setPred(Index val)Set the index for the position of the predicted attribute -
Uses of Index in adams.gui.visualization.stats.probabilityplot
Fields in adams.gui.visualization.stats.probabilityplot declared as Index Modifier and Type Field Description protected IndexProbabilityPlot. m_IndexIndex for choosing the attribute to plotMethods in adams.gui.visualization.stats.probabilityplot that return Index Modifier and Type Method Description IndexProbabilityPlot. getAttIndex()Returns the index of the attribute to display.Methods in adams.gui.visualization.stats.probabilityplot with parameters of type Index Modifier and Type Method Description voidProbabilityPlot. setAttIndex(Index val)Set the index to use to choose the attribute to display -
Uses of Index in adams.gui.visualization.stats.scatterplot
Fields in adams.gui.visualization.stats.scatterplot declared as Index Modifier and Type Field Description protected IndexScatterPlot. m_ColorIndexIndex given as an option to choose color attributeprotected IndexScatterPlot. m_XIndexIndex object given as an option to choose x objectprotected IndexScatterPlot. m_YIndexIndex given as an option to choose y attributeMethods in adams.gui.visualization.stats.scatterplot that return Index Modifier and Type Method Description IndexScatterPlot. getColorIndex()Get the index object for choosing the color attribute.IndexScatterPlot. getXIndex()Get the index object for choosing the attribute to display.IndexScatterPlot. getYIndex()Get the index object for choosing the y attribute.Methods in adams.gui.visualization.stats.scatterplot with parameters of type Index Modifier and Type Method Description voidScatterPlot. setColorIndex(Index val)Set the index for the color attribute.voidScatterPlot. setXIndex(Index val)Set the x attribute index.voidScatterPlot. setYIndex(Index val)Set the index for the y attribute. -
Uses of Index in adams.gui.visualization.stats.zscore
Fields in adams.gui.visualization.stats.zscore declared as Index Modifier and Type Field Description protected IndexZScore. m_AttIndexIndex for choosing attributeMethods in adams.gui.visualization.stats.zscore with parameters of type Index Modifier and Type Method Description voidZScore. setAttindex(Index val)Set the index to use when setting the attribute using an index -
Uses of Index in adams.tools
Fields in adams.tools declared as Index Modifier and Type Field Description protected IndexCompareDatasets. m_RowAttribute1the optional attribute for matching up rows (dataset 1).protected IndexCompareDatasets. m_RowAttribute2the optional attribute for matching up rows (dataset 2). -
Uses of Index in weka.classifiers.meta
Fields in weka.classifiers.meta declared as Index Modifier and Type Field Description protected IndexConsensus. m_Predictorthe index of the classifier to use for making the actual prediction.Methods in weka.classifiers.meta that return Index Modifier and Type Method Description IndexConsensus. getPredictor()Returns the index of the classifier for making the actual predictions.Methods in weka.classifiers.meta with parameters of type Index Modifier and Type Method Description voidConsensus. setPredictor(Index value)Sets the index of the classifier for making the actual predictions. -
Uses of Index in weka.core
Methods in weka.core that return Index Modifier and Type Method Description static IndexWekaOptionUtils. parse(String[] options, char option, Index defValue)Parses an Index option, uses default if option is missing.static Index[]WekaOptionUtils. parse(String[] options, char option, Index[] defValue)Parses an Index option, uses default if option is missing.static IndexWekaOptionUtils. parse(String[] options, String option, Index defValue)Parses a Index option, uses default if option is missing.static Index[]WekaOptionUtils. parse(String[] options, String option, Index[] defValue)Parses a Index option, uses default if option is missing.Methods in weka.core with parameters of type Index Modifier and Type Method Description static voidWekaOptionUtils. add(List<String> options, char option, Index value)Adds the Index to the options.static voidWekaOptionUtils. add(List<String> options, char option, Index[] value)Adds the Index to the options.static voidWekaOptionUtils. add(List<String> options, String option, Index value)Adds the Index to the options.static voidWekaOptionUtils. add(List<String> options, String option, Index[] value)Adds the Index to the options.static voidWekaOptionUtils. addOption(Vector options, String text, Index defValue, char option)Adds an Option for a flag to the list of options.static voidWekaOptionUtils. addOption(Vector options, String text, Index defValue, String option)Adds an Option for a flag to the list of options.static IndexWekaOptionUtils. parse(String[] options, char option, Index defValue)Parses an Index option, uses default if option is missing.static Index[]WekaOptionUtils. parse(String[] options, char option, Index[] defValue)Parses an Index option, uses default if option is missing.static IndexWekaOptionUtils. parse(String[] options, String option, Index defValue)Parses a Index option, uses default if option is missing.static Index[]WekaOptionUtils. parse(String[] options, String option, Index[] defValue)Parses a Index option, uses default if option is missing. -
Uses of Index in weka.core.converters
Fields in weka.core.converters declared as Index Modifier and Type Field Description protected IndexExcelLoader. m_SheetIndexthe sheet to read.Methods in weka.core.converters that return Index Modifier and Type Method Description IndexExcelLoader. getSheetIndex()Returns the index of the sheet to load.Methods in weka.core.converters with parameters of type Index Modifier and Type Method Description voidExcelLoader. setSheetIndex(Index value)Sets the index of the sheet to load.
-