Uses of Class
adams.core.Index
-
-
Uses of Index in adams.core
Subclasses of Index in adams.core Modifier and Type Class Description class
AbstractDataBackedIndex<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 Index
Index. getClone()
Returns a clone of the object.Methods in adams.core with parameters of type Index Modifier and Type Method Description int
Index. 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 Index
WekaEvaluationToCostCurve. m_ClassLabelIndex
the class label index.protected Index
WekaEvaluationToThresholdCurve. m_ClassLabelIndex
the class label index.protected Index
WekaForecastContainerToArray. m_Index
the index of the timeseries to extract from the container.protected Index
WekaForecastContainerToTimeseries. m_Index
the index of the timeseries to extract from the container.Methods in adams.data.conversion that return Index Modifier and Type Method Description Index
WekaEvaluationToCostCurve. getClassLabelIndex()
Returns the class label index (1-based index).Index
WekaEvaluationToThresholdCurve. getClassLabelIndex()
Returns the class label index (1-based index).Index
WekaForecastContainerToArray. getIndex()
Returns the index of the timeseries to extract from the container.Index
WekaForecastContainerToTimeseries. 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 void
WekaEvaluationToCostCurve. setClassLabelIndex(Index value)
Sets the class label index (1-based index).void
WekaEvaluationToThresholdCurve. setClassLabelIndex(Index value)
Sets the class label index (1-based index).void
WekaForecastContainerToArray. setIndex(Index value)
Sets the index of the timeseries to extract from the container.void
WekaForecastContainerToTimeseries. 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 Index
TransparentBackground. m_X
the X position of the background pixel.protected Index
TransparentBackground. m_Y
the Y position of the background pixel.Methods in adams.data.imagefilter that return Index Modifier and Type Method Description Index
TransparentBackground. getX()
Returns the Y position of the background pixel.Index
TransparentBackground. getY()
Returns the Y position of the background pixel.Methods in adams.data.imagefilter with parameters of type Index Modifier and Type Method Description void
TransparentBackground. setX(Index value)
Sets the X position of the background pixel.void
TransparentBackground. 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 Index
TimeseriesTimestampCheck. m_Index
the index of the timestamp to check.Methods in adams.data.outlier that return Index Modifier and Type Method Description Index
TimeseriesTimestampCheck. getIndex()
Returns the index of the timestamp to inspect.Methods in adams.data.outlier with parameters of type Index Modifier and Type Method Description void
TimeseriesTimestampCheck. 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 Index
UChart. m_NonConformitiesIndex
the column in the matrix with the nonconformities.protected Index
UChart. m_SizesIndex
the column in the matrix with the sample sizes.Methods in adams.data.spc that return Index Modifier and Type Method Description Index
UChart. getNonConformitiesIndex()
Returns the matrix column index fot he nonconformities.Index
UChart. getSizesIndex()
Returns the matrix column index fot he sizes.Methods in adams.data.spc with parameters of type Index Modifier and Type Method Description void
UChart. setNonConformitiesIndex(Index value)
Sets the matrix column index for the nonconformities.void
UChart. 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 class
SheetIndex
ExtendedIndex
class that can use a sheet name to determine an index of a sheet as well.class
SpreadSheetColumnIndex
ExtendedIndex
class that can use a column name to determine an index of a column as well.class
SpreadSheetRowIndex
ExtendedIndex
class 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 Index
SingleCell. m_Row
the row.Methods in adams.data.spreadsheet.cellfinder that return Index Modifier and Type Method Description Index
SingleCell. getRow()
Returns the row to locate.Methods in adams.data.spreadsheet.cellfinder with parameters of type Index Modifier and Type Method Description void
SingleCell. 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 Index
ArrayStatistic. m_Row
the row of the cell to pick from the stats' output.protected Index
RowStatistic. m_Row
the row of the cell to pick from the stats' output.Methods in adams.data.spreadsheet.rowscore that return Index Modifier and Type Method Description Index
ArrayStatistic. getRow()
Returns the cell's row to get the score from.Index
RowStatistic. 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 void
ArrayStatistic. setRow(Index value)
Sets the cell's row to get the score from.void
RowStatistic. 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 class
WekaAttributeIndex
ExtendedIndex
class that can use an attribute name to determine an index of a attribute as well.class
WekaLabelIndex
ExtendedIndex
class 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 Index
ByLabel. m_AttributeIndex
the attribute index to work on.Methods in adams.data.weka.rowfinder that return Index Modifier and Type Method Description Index
ByLabel. 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 void
ByLabel. 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 Index
Histogram. m_Index
the attribute index, in case of Instances.Methods in adams.flow.sink that return Index Modifier and Type Method Description Index
Histogram. 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 void
Histogram. 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 Index
WekaNewInstances. m_ClassIndex
the 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 Index
StringCut. m_CharacterEndPos
the character end position.protected Index
StringCut. m_CharacterStartPos
the character starting position.protected Index
WekaClassSelector. m_ClassIndex
the class index.protected Index
CounterAdd. m_Column
the index of the column which values to count.protected Index
CounterInit. m_Column
the index of the column which values to store in the counter.protected Index
HashSetAdd. m_Column
the index of the column which values to store in the hashset.protected Index
HashSetInit. m_Column
the index of the column which values to store in the hashset.protected Index
StringCut. m_FieldIndex
the field number to extract.protected Index
StringIndexOf. m_FromIndex
the starting index.protected Index
SubStringCount. m_FromIndex
the starting index.protected Index
GetArrayElement. m_Index
the index of the element to pick.protected Index
GetListElement. m_Index
the index of the element to pick.protected Index
SetArrayElement. m_Index
the index of the element to set.protected Index
SpreadSheetExtractArray. m_Index
the index of the row/column to extract.protected Index
WekaExtractArray. m_Index
the index of the row/column to extract.protected Index
WekaGetInstanceValue. m_Index
the index of the attribute to get the value from the Instance.protected Index
PDFInfo. m_PageIndex
the index of the page to get the information for.protected Index
CollectionInsert. m_Position
the position where to insert the string.protected Index
SpreadSheetCopyRows. m_Position
the position where to insert the copied rows.protected Index
SpreadSheetInsertRow. m_Position
the position where to insert the row.protected Index
StorageCollectionInsert. m_Position
the position where to insert the string.protected Index
StringInsert. m_Position
the position where to insert the string.protected Index
SpreadSheetRowStatistic. m_Row
the column to generate the statistic for.protected Index
WekaGetInstancesValue. m_Row
the index of the row.protected Index
WekaSetInstancesValue. m_Row
the index of the row.Methods in adams.flow.transformer that return Index Modifier and Type Method Description Index
StringCut. getCharacterEndPos()
Returns the position of the last character to include.Index
StringCut. getCharacterStartPos()
Returns the position of the first character to include.Index
WekaClassSelector. getClassIndex()
Returns the class index.Index
CounterAdd. getColumn()
Returns the index of the column to store in the counter.Index
CounterInit. getColumn()
Returns the index of the column to store in the counter.Index
HashSetAdd. getColumn()
Returns the index of the column to store in the hashset.Index
HashSetInit. getColumn()
Returns the index of the column to store in the hashset.Index
StringCut. getFieldIndex()
Returns the index of the field to cut.Index
StringIndexOf. getFromIndex()
Returns the index to start the search from.Index
SubStringCount. getFromIndex()
Returns the index to start the search from.Index
GetArrayElement. getIndex()
Returns the index (1-based).Index
GetListElement. getIndex()
Returns the index (1-based).Index
SetArrayElement. getIndex()
Returns the index (1-based).Index
SpreadSheetExtractArray. getIndex()
Returns the type of extraction to perform.Index
WekaExtractArray. getIndex()
Returns the type of extraction to perform.Index
WekaGetInstanceValue. getIndex()
Returns the 1-based index of the attribuate value to retrieve from the Instance.Index
PDFInfo. getPageIndex()
Returns the page index to use for page specific information.Index
CollectionInsert. getPosition()
Returns the position where to insert the string.Index
SpreadSheetCopyRows. getPosition()
Returns the position where to insert the rows.Index
SpreadSheetInsertRow. getPosition()
Returns the position where to insert the string.Index
StorageCollectionInsert. getPosition()
Returns the position where to insert the string.Index
StringInsert. getPosition()
Returns the position where to insert the string.Index
SpreadSheetRowStatistic. getRow()
Returns the row to generate the statistics for.Index
WekaGetInstancesValue. getRow()
Returns the 1-based index of the row.Index
WekaSetInstancesValue. getRow()
Returns the 1-based index of the row.Methods in adams.flow.transformer with parameters of type Index Modifier and Type Method Description void
StringCut. setCharacterEndPos(Index value)
Sets the position of the last character to include.void
StringCut. setCharacterStartPos(Index value)
Sets the position of the first character to include.void
WekaClassSelector. setClassIndex(Index value)
Sets the class index.void
CounterAdd. setColumn(Index value)
Sets the index of the column to store in the counter.void
CounterInit. setColumn(Index value)
Sets the index of the column to store in the counter.void
HashSetAdd. setColumn(Index value)
Sets the index of the column to store in the hashset.void
HashSetInit. setColumn(Index value)
Sets the index of the column to store in the hashset.void
StringCut. setFieldIndex(Index value)
Sets the index of the field to cut.void
StringIndexOf. setFromIndex(Index value)
Sets the index to start the search from.void
SubStringCount. setFromIndex(Index value)
Sets the index to start the search from.void
GetArrayElement. setIndex(Index value)
Sets the index (1-based).void
GetListElement. setIndex(Index value)
Sets the index (1-based).void
SetArrayElement. setIndex(Index value)
Sets the index (1-based).void
SpreadSheetExtractArray. setIndex(Index value)
Sets the type of extraction to perform.void
WekaExtractArray. setIndex(Index value)
Sets the type of extraction to perform.void
WekaGetInstanceValue. setIndex(Index value)
Sets the 1-based index of the attribute value to retrieve from the Instance.void
PDFInfo. setPageIndex(Index value)
Sets the page index to use for page specific information.void
CollectionInsert. setPosition(Index value)
Sets the position where to insert the string.void
SpreadSheetCopyRows. setPosition(Index value)
Sets the position where to insert the rows.void
SpreadSheetInsertRow. setPosition(Index value)
Sets the position where to insert the string.void
StorageCollectionInsert. setPosition(Index value)
Sets the position where to insert the string.void
StringInsert. setPosition(Index value)
Sets the position where to insert the string.void
SpreadSheetRowStatistic. setRow(Index value)
Sets the row to generate the statistic for.void
WekaGetInstancesValue. setRow(Index value)
Sets the 1-based index of the row.void
WekaSetInstancesValue. 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 Index
Selected. m_Negative
the index for the negative set.protected Index
Selected. m_Test
the index for the test set.protected Index
Selected. m_Train
the index for the training set.protected Index
Selected. m_Validation
the index for the validation set.Methods in adams.flow.transformer.preparefilebaseddataset that return Index Modifier and Type Method Description Index
Selected. getNegative()
Returns the index for the negative set.Index
Selected. getTest()
Returns the index for the test set.Index
Selected. getTrain()
Returns the index for the training set.Index
Selected. getValidation()
Returns the index for the validation set.Methods in adams.flow.transformer.preparefilebaseddataset with parameters of type Index Modifier and Type Method Description void
Selected. setNegative(Index value)
Sets the index for the negative set.void
Selected. setTest(Index value)
Sets the index for the test set.void
Selected. setTrain(Index value)
Sets the index for the training set.void
Selected. 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 Index
InstanceCompare. m_FirstRowIndex
the index of the first attribute to use for matching rows.protected Index
InstanceCompare. m_SecondRowIndex
the 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 Index
IndexEditor. 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 Index
AbstractExperiment.AbstractExperimentJob. m_ClassLabelIndex
the class label index.protected Index
AbstractExperiment. m_ClassLabelIndex
the class label index for per-class stats.Methods in adams.gui.tools.wekamultiexperimenter.experiment that return Index Modifier and Type Method Description Index
AbstractExperiment. 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 void
AbstractExperiment. 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 Index
InstanceComparePanel.DatasetIndexer. m_AttributeIndex
the attribute to index.protected Index
LoadDatasetDialog. m_DefaultClassIndex
the default class index.protected Index
LoadDatasetDialog. m_DefaultIDIndex
the default ID index.protected Index
LoadDatasetDialog. m_DefaultSortIndex
the 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 Index
LoadSpreadSheetDialog. m_DefaultClassIndex
the default class index.protected Index
LoadSpreadSheetDialog. m_DefaultIDIndex
the default ID index.protected Index
LoadSpreadSheetDialog. m_DefaultSortIndex
the 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 int
IndexHelper. 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 Index
FourInOne. m_Act
Index for setting the position of the actual attributeprotected Index
FourInOne. m_Pred
index for setting the position of the predicted attributeMethods in adams.gui.visualization.stats.fourinone with parameters of type Index Modifier and Type Method Description void
FourInOne. setAct(Index val)
Set the index for the position of the actual attributevoid
FourInOne. 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 Index
ProbabilityPlot. m_Index
Index for choosing the attribute to plotMethods in adams.gui.visualization.stats.probabilityplot that return Index Modifier and Type Method Description Index
ProbabilityPlot. 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 void
ProbabilityPlot. 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 Index
ScatterPlot. m_ColorIndex
Index given as an option to choose color attributeprotected Index
ScatterPlot. m_XIndex
Index object given as an option to choose x objectprotected Index
ScatterPlot. m_YIndex
Index given as an option to choose y attributeMethods in adams.gui.visualization.stats.scatterplot that return Index Modifier and Type Method Description Index
ScatterPlot. getColorIndex()
Get the index object for choosing the color attribute.Index
ScatterPlot. getXIndex()
Get the index object for choosing the attribute to display.Index
ScatterPlot. 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 void
ScatterPlot. setColorIndex(Index val)
Set the index for the color attribute.void
ScatterPlot. setXIndex(Index val)
Set the x attribute index.void
ScatterPlot. 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 Index
ZScore. m_AttIndex
Index for choosing attributeMethods in adams.gui.visualization.stats.zscore with parameters of type Index Modifier and Type Method Description void
ZScore. 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 Index
CompareDatasets. m_RowAttribute1
the optional attribute for matching up rows (dataset 1).protected Index
CompareDatasets. m_RowAttribute2
the 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 Index
Consensus. m_Predictor
the index of the classifier to use for making the actual prediction.Methods in weka.classifiers.meta that return Index Modifier and Type Method Description Index
Consensus. 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 void
Consensus. 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 Index
WekaOptionUtils. 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 Index
WekaOptionUtils. 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 void
WekaOptionUtils. add(List<String> options, char option, Index value)
Adds the Index to the options.static void
WekaOptionUtils. add(List<String> options, char option, Index[] value)
Adds the Index to the options.static void
WekaOptionUtils. add(List<String> options, String option, Index value)
Adds the Index to the options.static void
WekaOptionUtils. add(List<String> options, String option, Index[] value)
Adds the Index to the options.static void
WekaOptionUtils. addOption(Vector options, String text, Index defValue, char option)
Adds an Option for a flag to the list of options.static void
WekaOptionUtils. addOption(Vector options, String text, Index defValue, String option)
Adds an Option for a flag to the list of options.static Index
WekaOptionUtils. 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 Index
WekaOptionUtils. 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.
-