Uses of Class
adams.data.spreadsheet.SpreadSheetColumnIndex
-
-
Uses of SpreadSheetColumnIndex in adams.data.conversion
Fields in adams.data.conversion declared as SpreadSheetColumnIndex Modifier and Type Field Description protected SpreadSheetColumnIndex
SpreadSheetColumnsToReport. m_ColReportNames
the column with the report names.protected SpreadSheetColumnIndex
AbstractSpreadSheetColumnConverter. m_Column
the column to process.protected SpreadSheetColumnIndex
RenameSpreadSheetColumn. m_Column
the column to rename.protected SpreadSheetColumnIndex
SpreadSheetSplitColumn. m_Column
the column to process.protected SpreadSheetColumnIndex
SpreadSheetToTimeseries. m_DateColumn
the date column to use.protected SpreadSheetColumnIndex
SpreadSheetToCreateTableStatement. m_IndexColumn
the colum with the indicator for index (optional).protected SpreadSheetColumnIndex
SpreadSheetToMap. m_KeyColumn
the key colum.protected SpreadSheetColumnIndex
SpreadSheetToCreateTableStatement. m_NameColumn
the name colum.protected SpreadSheetColumnIndex
SpreadSheetAddRowID. m_Position
the position where to insert the column.protected SpreadSheetColumnIndex
SpreadSheetToCreateTableStatement. m_TypeColumn
the type colum.protected SpreadSheetColumnIndex
SpreadSheetToMap. m_ValueColumn
the value colum.protected SpreadSheetColumnIndex
SpreadSheetToTimeseries. m_ValueColumn
the value column to use.Methods in adams.data.conversion that return SpreadSheetColumnIndex Modifier and Type Method Description SpreadSheetColumnIndex
SpreadSheetColumnsToReport. getColReportNames()
Returns the column that contains the report names.SpreadSheetColumnIndex
AbstractSpreadSheetColumnConverter. getColumn()
Returns the column to convert.SpreadSheetColumnIndex
RenameSpreadSheetColumn. getColumn()
Returns the index of the column to rename.SpreadSheetColumnIndex
SpreadSheetSplitColumn. getColumn()
Returns the column to split.SpreadSheetColumnIndex
SpreadSheetToTimeseries. getDateColumn()
Returns the index of the date column to use as timestamp for timeseries.SpreadSheetColumnIndex
SpreadSheetToCreateTableStatement. getIndexColumn()
Returns the index column.SpreadSheetColumnIndex
SpreadSheetToMap. getKeyColumn()
Returns the key column.SpreadSheetColumnIndex
SpreadSheetToCreateTableStatement. getNameColumn()
Returns the name column.SpreadSheetColumnIndex
SpreadSheetAddRowID. getPosition()
Returns the position where to insert the column.SpreadSheetColumnIndex
SpreadSheetToCreateTableStatement. getTypeColumn()
Returns the type column.SpreadSheetColumnIndex
SpreadSheetToMap. getValueColumn()
Returns the value column.SpreadSheetColumnIndex
SpreadSheetToTimeseries. getValueColumn()
Returns the index of the column with the timeseries values.Methods in adams.data.conversion with parameters of type SpreadSheetColumnIndex Modifier and Type Method Description void
SpreadSheetColumnsToReport. setColReportNames(SpreadSheetColumnIndex value)
Sets the column that contains the report names.void
AbstractSpreadSheetColumnConverter. setColumn(SpreadSheetColumnIndex value)
Sets the column to convert.void
RenameSpreadSheetColumn. setColumn(SpreadSheetColumnIndex value)
Sets the index of the column to rename.void
SpreadSheetSplitColumn. setColumn(SpreadSheetColumnIndex value)
Sets the column to split.void
SpreadSheetToTimeseries. setDateColumn(SpreadSheetColumnIndex value)
Sets the index of the date column to use as timestamp for timeseries.void
SpreadSheetToCreateTableStatement. setIndexColumn(SpreadSheetColumnIndex index)
Sets the index column.void
SpreadSheetToMap. setKeyColumn(SpreadSheetColumnIndex value)
Sets the key column.void
SpreadSheetToCreateTableStatement. setNameColumn(SpreadSheetColumnIndex value)
Sets the name column.void
SpreadSheetAddRowID. setPosition(SpreadSheetColumnIndex value)
Sets the position where to insert the column.void
SpreadSheetToCreateTableStatement. setTypeColumn(SpreadSheetColumnIndex type)
Sets the type column.void
SpreadSheetToMap. setValueColumn(SpreadSheetColumnIndex value)
Sets the value column.void
SpreadSheetToTimeseries. setValueColumn(SpreadSheetColumnIndex value)
Sets the index of the column with the timeseries values. -
Uses of SpreadSheetColumnIndex in adams.data.groupextraction
Fields in adams.data.groupextraction declared as SpreadSheetColumnIndex Modifier and Type Field Description protected SpreadSheetColumnIndex
SpreadSheetCell. m_Column
the column index.protected SpreadSheetColumnIndex
SpreadSheetCellRegExp. m_Column
the column index.Methods in adams.data.groupextraction that return SpreadSheetColumnIndex Modifier and Type Method Description SpreadSheetColumnIndex
SpreadSheetCell. getColumn()
Returns the column to get the group from.SpreadSheetColumnIndex
SpreadSheetCellRegExp. getColumn()
Returns the column to get the group from.SpreadSheetColumnIndex
SpreadSheetRowGroupExtractorWithColumn. getColumn()
Returns the column to get the group from.Methods in adams.data.groupextraction with parameters of type SpreadSheetColumnIndex Modifier and Type Method Description void
SpreadSheetCell. setColumn(SpreadSheetColumnIndex value)
Sets the column to get the group from.void
SpreadSheetCellRegExp. setColumn(SpreadSheetColumnIndex value)
Sets the column to get the group from.void
SpreadSheetRowGroupExtractorWithColumn. setColumn(SpreadSheetColumnIndex value)
Sets the column to get the group from. -
Uses of SpreadSheetColumnIndex in adams.data.idextraction
Fields in adams.data.idextraction declared as SpreadSheetColumnIndex Modifier and Type Field Description protected SpreadSheetColumnIndex
SpreadSheetCell. m_Column
the column index.Methods in adams.data.idextraction that return SpreadSheetColumnIndex Modifier and Type Method Description SpreadSheetColumnIndex
SpreadSheetCell. getColumn()
Returns the column to get the ID from.Methods in adams.data.idextraction with parameters of type SpreadSheetColumnIndex Modifier and Type Method Description void
SpreadSheetCell. setColumn(SpreadSheetColumnIndex value)
Sets the column to get the ID from. -
Uses of SpreadSheetColumnIndex in adams.data.io.input
Fields in adams.data.io.input declared as SpreadSheetColumnIndex Modifier and Type Field Description protected SpreadSheetColumnIndex
ObjectLocationsSpreadSheetReader. m_ColBottom
the column with the bottom coordinate.protected SpreadSheetColumnIndex
ObjectLocationsSpreadSheetReader. m_ColHeight
the column with the height.protected SpreadSheetColumnIndex
YoloAnnotationsReportReader. m_ColIndex
the column with the label index.protected SpreadSheetColumnIndex
YoloAnnotationsReportReader. m_ColLabel
the column with the label string.protected SpreadSheetColumnIndex
ObjectLocationsSpreadSheetReader. m_ColLeft
the column with the left coordinate.protected SpreadSheetColumnIndex
ObjectLocationsSpreadSheetReader. m_ColPolygonX
the column with the polygon X coordinates.protected SpreadSheetColumnIndex
ObjectLocationsSpreadSheetReader. m_ColPolygonY
the column with the polygon Y coordinates.protected SpreadSheetColumnIndex
ObjectLocationsSpreadSheetReader. m_ColRight
the column with the right coordinate.protected SpreadSheetColumnIndex
ObjectLocationsSpreadSheetReader. m_ColTop
the column with the top coordinate.protected SpreadSheetColumnIndex
ObjectLocationsSpreadSheetReader. m_ColType
the column with the label.protected SpreadSheetColumnIndex
ImageClassificationSpreadSheetReportReader. m_ColumnLabel
the column with the label.protected SpreadSheetColumnIndex
ImageClassificationSpreadSheetReportReader. m_ColumnScore
the column with the score.protected SpreadSheetColumnIndex
ObjectLocationsSpreadSheetReader. m_ColWidth
the column with the width.Methods in adams.data.io.input that return SpreadSheetColumnIndex Modifier and Type Method Description SpreadSheetColumnIndex
ObjectLocationsSpreadSheetReader. getColBottom()
Returns the column containing the bottom coordinate.SpreadSheetColumnIndex
ObjectLocationsSpreadSheetReader. getColHeight()
Returns the column containing the height coordinate.SpreadSheetColumnIndex
YoloAnnotationsReportReader. getColIndex()
Returns the spreadsheet column containing the 0-based label index.SpreadSheetColumnIndex
YoloAnnotationsReportReader. getColLabel()
Returns the spreadsheet column containing the 0-based label index.SpreadSheetColumnIndex
ObjectLocationsSpreadSheetReader. getColLeft()
Returns the column containing the left coordinate.SpreadSheetColumnIndex
ObjectLocationsSpreadSheetReader. getColPolygonX()
Returns the column containing the X coordinates of the polygon (comma-separated list of coordinates).SpreadSheetColumnIndex
ObjectLocationsSpreadSheetReader. getColPolygonY()
Returns the column containing the Y coordinates of the polygon (comma-separated list of coordinates).SpreadSheetColumnIndex
ObjectLocationsSpreadSheetReader. getColRight()
Returns the column containing the right coordinate.SpreadSheetColumnIndex
ObjectLocationsSpreadSheetReader. getColTop()
Returns the column containing the top coordinate.SpreadSheetColumnIndex
ObjectLocationsSpreadSheetReader. getColType()
Returns the column containing the object label.SpreadSheetColumnIndex
ImageClassificationSpreadSheetReportReader. getColumnLabel()
Returns the column containing the label.SpreadSheetColumnIndex
ImageClassificationSpreadSheetReportReader. getColumnScore()
Returns the column containing the score.SpreadSheetColumnIndex
ObjectLocationsSpreadSheetReader. getColWidth()
Returns the column containing the width coordinate.Methods in adams.data.io.input with parameters of type SpreadSheetColumnIndex Modifier and Type Method Description static Map<Integer,String>
YoloAnnotationsReportReader. readLabelDefinitions(PlaceholderFile definitions, SpreadSheetReader reader, SpreadSheetColumnIndex index, SpreadSheetColumnIndex label)
Reads the label definitions, if the file exists.void
ObjectLocationsSpreadSheetReader. setColBottom(SpreadSheetColumnIndex value)
Sets the column containing the bottom coordinate.void
ObjectLocationsSpreadSheetReader. setColHeight(SpreadSheetColumnIndex value)
Sets the column containing the height coordinate.void
YoloAnnotationsReportReader. setColIndex(SpreadSheetColumnIndex value)
Sets the spreadsheet column containing the 0-based label index.void
YoloAnnotationsReportReader. setColLabel(SpreadSheetColumnIndex value)
Sets the spreadsheet column containing the 0-based label index.void
ObjectLocationsSpreadSheetReader. setColLeft(SpreadSheetColumnIndex value)
Sets the column containing the left coordinate.void
ObjectLocationsSpreadSheetReader. setColPolygonX(SpreadSheetColumnIndex value)
Sets the column containing the X coordinates of the polygon (comma-separated list of coordinates).void
ObjectLocationsSpreadSheetReader. setColPolygonY(SpreadSheetColumnIndex value)
Sets the column containing the Y coordinates of the polygon (comma-separated list of coordinates).void
ObjectLocationsSpreadSheetReader. setColRight(SpreadSheetColumnIndex value)
Sets the column containing the right coordinate.void
ObjectLocationsSpreadSheetReader. setColTop(SpreadSheetColumnIndex value)
Sets the column containing the top coordinate.void
ObjectLocationsSpreadSheetReader. setColType(SpreadSheetColumnIndex value)
Sets the column containing the object label.void
ImageClassificationSpreadSheetReportReader. setColumnLabel(SpreadSheetColumnIndex value)
Sets the column containing the label.void
ImageClassificationSpreadSheetReportReader. setColumnScore(SpreadSheetColumnIndex value)
Sets the column containing the score.void
ObjectLocationsSpreadSheetReader. setColWidth(SpreadSheetColumnIndex value)
Sets the column containing the width coordinate. -
Uses of SpreadSheetColumnIndex in adams.data.io.output
Fields in adams.data.io.output declared as SpreadSheetColumnIndex Modifier and Type Field Description protected SpreadSheetColumnIndex
YoloAnnotationsReportWriter. m_ColIndex
the column with the label index.protected SpreadSheetColumnIndex
YoloAnnotationsReportWriter. m_ColLabel
the column with the label string.protected SpreadSheetColumnIndex
PropertiesSpreadSheetWriter. m_Key
the column to use as key column.protected SpreadSheetColumnIndex
PropertiesSpreadSheetWriter. m_Value
the column to use as value column.Methods in adams.data.io.output that return SpreadSheetColumnIndex Modifier and Type Method Description SpreadSheetColumnIndex
YoloAnnotationsReportWriter. getColIndex()
Returns the spreadsheet column containing the 0-based label index.SpreadSheetColumnIndex
YoloAnnotationsReportWriter. getColLabel()
Returns the spreadsheet column containing the 0-based label index.SpreadSheetColumnIndex
PropertiesSpreadSheetWriter. getKey()
Returns the column to act as key for properties.SpreadSheetColumnIndex
PropertiesSpreadSheetWriter. getValue()
Returns the column to act as value for properties.Methods in adams.data.io.output with parameters of type SpreadSheetColumnIndex Modifier and Type Method Description void
YoloAnnotationsReportWriter. setColIndex(SpreadSheetColumnIndex value)
Sets the spreadsheet column containing the 0-based label index.void
YoloAnnotationsReportWriter. setColLabel(SpreadSheetColumnIndex value)
Sets the spreadsheet column containing the 0-based label index.void
PropertiesSpreadSheetWriter. setKey(SpreadSheetColumnIndex value)
Sets the column to act as key for properties.void
PropertiesSpreadSheetWriter. setValue(SpreadSheetColumnIndex value)
Sets the column to act as value for properties. -
Uses of SpreadSheetColumnIndex in adams.data.spreadsheet
Methods in adams.data.spreadsheet that return SpreadSheetColumnIndex Modifier and Type Method Description SpreadSheetColumnIndex
SpreadSheetColumnIndex. getClone()
Returns a clone of the object. -
Uses of SpreadSheetColumnIndex in adams.data.spreadsheet.cellfinder
Fields in adams.data.spreadsheet.cellfinder declared as SpreadSheetColumnIndex Modifier and Type Field Description protected SpreadSheetColumnIndex
SingleCell. m_Column
the column.Methods in adams.data.spreadsheet.cellfinder that return SpreadSheetColumnIndex Modifier and Type Method Description SpreadSheetColumnIndex
SingleCell. getColumn()
Returns the column to locate.Methods in adams.data.spreadsheet.cellfinder with parameters of type SpreadSheetColumnIndex Modifier and Type Method Description void
SingleCell. setColumn(SpreadSheetColumnIndex value)
Sets the column to locate. -
Uses of SpreadSheetColumnIndex in adams.data.spreadsheet.rowfinder
Fields in adams.data.spreadsheet.rowfinder declared as SpreadSheetColumnIndex Modifier and Type Field Description protected SpreadSheetColumnIndex
ByContentType. m_AttributeIndex
the attribute index to work on.protected SpreadSheetColumnIndex
ByDateValue. m_AttributeIndex
the attribute index to work on.protected SpreadSheetColumnIndex
ByNumericRange. m_AttributeIndex
the attribute index to work on.protected SpreadSheetColumnIndex
ByNumericValue. m_AttributeIndex
the attribute index to work on.protected SpreadSheetColumnIndex
ByStringComparison. m_AttributeIndex
the attribute index to work on.protected SpreadSheetColumnIndex
ByValue. m_AttributeIndex
the attribute index to work on.protected SpreadSheetColumnIndex
ClosestNumericValue. m_AttributeIndex
the attribute index to work on.protected SpreadSheetColumnIndex
IsNumeric. m_AttributeIndex
the attribute index to work on.Methods in adams.data.spreadsheet.rowfinder that return SpreadSheetColumnIndex Modifier and Type Method Description SpreadSheetColumnIndex
ByContentType. getAttributeIndex()
Returns the index of the column to perform the matching on.SpreadSheetColumnIndex
ByDateValue. getAttributeIndex()
Returns the index of the column to perform the matching on.SpreadSheetColumnIndex
ByNumericRange. getAttributeIndex()
Returns the index of the column to perform the matching on.SpreadSheetColumnIndex
ByNumericValue. getAttributeIndex()
Returns the index of the column to perform the matching on.SpreadSheetColumnIndex
ByStringComparison. getAttributeIndex()
Returns the index of the column to perform the matching on.SpreadSheetColumnIndex
ByValue. getAttributeIndex()
Returns the index of the column to perform the matching on.SpreadSheetColumnIndex
ClosestNumericValue. getAttributeIndex()
Returns the index of the column to perform the matching on.SpreadSheetColumnIndex
IsNumeric. getAttributeIndex()
Returns the index of the column to perform the matching on.Methods in adams.data.spreadsheet.rowfinder with parameters of type SpreadSheetColumnIndex Modifier and Type Method Description void
ByContentType. setAttributeIndex(SpreadSheetColumnIndex value)
Sets the index of the column to perform the matching on.void
ByDateValue. setAttributeIndex(SpreadSheetColumnIndex value)
Sets the index of the column to perform the matching on.void
ByNumericRange. setAttributeIndex(SpreadSheetColumnIndex value)
Sets the index of the column to perform the matching on.void
ByNumericValue. setAttributeIndex(SpreadSheetColumnIndex value)
Sets the index of the column to perform the matching on.void
ByStringComparison. setAttributeIndex(SpreadSheetColumnIndex value)
Sets the index of the column to perform the matching on.void
ByValue. setAttributeIndex(SpreadSheetColumnIndex value)
Sets the index of the column to perform the matching on.void
ClosestNumericValue. setAttributeIndex(SpreadSheetColumnIndex value)
Sets the index of the column to perform the matching on.void
IsNumeric. setAttributeIndex(SpreadSheetColumnIndex value)
Sets the index of the column to perform the matching on. -
Uses of SpreadSheetColumnIndex in adams.data.spreadsheet.rowscore
Fields in adams.data.spreadsheet.rowscore declared as SpreadSheetColumnIndex Modifier and Type Field Description protected SpreadSheetColumnIndex
ArrayStatistic. m_Column
the column of the cell to pick from the stats' output.protected SpreadSheetColumnIndex
RowStatistic. m_Column
the column of the cell to pick from the stats' output.Methods in adams.data.spreadsheet.rowscore that return SpreadSheetColumnIndex Modifier and Type Method Description SpreadSheetColumnIndex
ArrayStatistic. getColumn()
Returns the cell's column to get the score from.SpreadSheetColumnIndex
RowStatistic. getColumn()
Returns the cell's column to get the score from.Methods in adams.data.spreadsheet.rowscore with parameters of type SpreadSheetColumnIndex Modifier and Type Method Description void
ArrayStatistic. setColumn(SpreadSheetColumnIndex value)
Sets the cell's column to get the score from.void
RowStatistic. setColumn(SpreadSheetColumnIndex value)
Sets the cell's column to get the score from. -
Uses of SpreadSheetColumnIndex in adams.flow.control
Fields in adams.flow.control declared as SpreadSheetColumnIndex Modifier and Type Field Description protected SpreadSheetColumnIndex
RemoveOutliers. m_ColumnActual
the column with the actual values.protected SpreadSheetColumnIndex
RemoveOutliers. m_ColumnPredicted
the column with the predicted values.Methods in adams.flow.control that return SpreadSheetColumnIndex Modifier and Type Method Description SpreadSheetColumnIndex
RemoveOutliers. getColumnActual()
Returns the spreadsheet column with the actual values.SpreadSheetColumnIndex
RemoveOutliers. getColumnPredicted()
Returns the spreadsheet column with the predicted values.Methods in adams.flow.control with parameters of type SpreadSheetColumnIndex Modifier and Type Method Description void
RemoveOutliers. setColumnActual(SpreadSheetColumnIndex value)
Sets the spreadsheet column with the actual values.void
RemoveOutliers. setColumnPredicted(SpreadSheetColumnIndex value)
Sets the spreadsheet column with the predicted values. -
Uses of SpreadSheetColumnIndex in adams.flow.control.removeoutliers
Methods in adams.flow.control.removeoutliers with parameters of type SpreadSheetColumnIndex Modifier and Type Method Description String
AbstractNumericOutlierDetector. check(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)
Check method before detection.String
AbstractOutlierDetector. check(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)
Check method before detection.String
MultiOutlierDetector. check(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)
Check method before detection.Set<Integer>
AbstractOutlierDetector. detect(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)
For detecting outliers.protected double[]
AbstractNumericOutlierDetector. diff(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted, boolean useRelative)
Computes the difference between the two columns.protected abstract Set<Integer>
AbstractOutlierDetector. doDetect(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)
Performs the actual detection of the outliers.protected Set<Integer>
IQR. doDetect(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)
Performs the actual detection of the outliers.protected Set<Integer>
MeanAbsoluteError. doDetect(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)
Performs the actual detection of the outliers.protected Set<Integer>
MultiOutlierDetector. doDetect(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)
Performs the actual detection of the outliers.protected Set<Integer>
Null. doDetect(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)
Performs the actual detection of the outliers.protected Set<Integer>
StdDev. doDetect(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)
Performs the actual detection of the outliers.protected Double[]
AbstractNumericOutlierDetector. extractColumn(SpreadSheet sheet, SpreadSheetColumnIndex col)
Extracts the double values from the specified column. -
Uses of SpreadSheetColumnIndex in adams.flow.sink
Fields in adams.flow.sink declared as SpreadSheetColumnIndex Modifier and Type Field Description protected SpreadSheetColumnIndex
ActualVsPredictedPlot. m_Actual
the column with the actual values.protected SpreadSheetColumnIndex
ActualVsPredictedPlot. m_Error
the column with the error values (optional).protected SpreadSheetColumnIndex
ActualVsPredictedPlot. m_Predicted
the column with the predicted values.Methods in adams.flow.sink that return SpreadSheetColumnIndex Modifier and Type Method Description SpreadSheetColumnIndex
ActualVsPredictedPlot. getActual()
Returns the column with the actual values.SpreadSheetColumnIndex
ActualVsPredictedPlot. getError()
Returns the column with the error values.SpreadSheetColumnIndex
ActualVsPredictedPlot. getPredicted()
Returns the column with the predicted values.Methods in adams.flow.sink with parameters of type SpreadSheetColumnIndex Modifier and Type Method Description void
ActualVsPredictedPlot. setActual(SpreadSheetColumnIndex value)
Sets the column with the actual values.void
ActualVsPredictedPlot. setError(SpreadSheetColumnIndex value)
Sets the column with the error values.void
ActualVsPredictedPlot. setPredicted(SpreadSheetColumnIndex value)
Sets the column with the predicted values. -
Uses of SpreadSheetColumnIndex in adams.flow.transformer
Fields in adams.flow.transformer declared as SpreadSheetColumnIndex Modifier and Type Field Description protected SpreadSheetColumnIndex
PredictionEccentricity. m_Actual
the column with the actual values.protected SpreadSheetColumnIndex
WekaSpreadSheetToPredictions. m_Actual
the column with the actual values.protected SpreadSheetColumnIndex
ConfusionMatrix. m_ActualColumn
the column with the actual labels.protected SpreadSheetColumnIndex
SummaryStatistics. m_ActualColumn
the column with the actual labels.protected SpreadSheetColumnIndex
SpreadSheetRowBinning. m_BinningColumn
the numeric column to use for determining the bins.protected SpreadSheetColumnIndex
SpreadSheetColumnStatistic. m_Column
the column to generate the statistic for.protected SpreadSheetColumnIndex
SpreadSheetGetHeaderCell. m_Column
the column of the cell to obtain.protected SpreadSheetColumnIndex
SpreadSheetSetHeaderCell. m_Column
the column of the cell to obtain.protected SpreadSheetColumnIndex
SpreadSheetSubsetByValue. m_Column
the string values of this column are used to split the sheet into subsets.protected SpreadSheetColumnIndex
SpreadSheetSubsetFromGroup. m_Column
the string values of this column are used to split the sheet into groups.protected SpreadSheetColumnIndex
SpreadSheetRowToTimeseries. m_ColumnID
the column to use for grouping the timeseries.protected SpreadSheetColumnIndex
SpreadSheetToTimeseries. m_ColumnID
the column to use for grouping the timeseries.protected SpreadSheetColumnIndex
SpreadSheetInfo. m_ColumnIndex
the index of the column to get the information for.protected SpreadSheetColumnIndex
SpreadSheetToTimeseries. m_ColumnTimestamp
the column to use for the date/time.protected SpreadSheetColumnIndex
SpreadSheetToTimeseries. m_ColumnValue
the column to use for value of the timeseries.protected SpreadSheetColumnIndex
SpreadSheetCommonIDs. m_Index
the column in the spreadsheet.protected SpreadSheetColumnIndex
LookUpAdd. m_KeyColumn
the index of the column to use as key.protected SpreadSheetColumnIndex
LookUpInit. m_KeyColumn
the index of the column to use as key.protected SpreadSheetColumnIndex
LookUpUpdate. m_KeyColumn
the index of the column to use as key.protected SpreadSheetColumnIndex
SpreadSheetCopyColumns. m_Position
the position where to insert the copied columns.protected SpreadSheetColumnIndex
SpreadSheetInsertColumn. m_Position
the position where to insert the column.protected SpreadSheetColumnIndex
SpreadSheetInsertRowScore. m_Position
the position where to insert the column.protected SpreadSheetColumnIndex
SpreadSheetRowBinning. m_Position
the position where to insert the column.protected SpreadSheetColumnIndex
PredictionEccentricity. m_Predicted
the column with the predicted values.protected SpreadSheetColumnIndex
WekaSpreadSheetToPredictions. m_Predicted
the column with the predicted values.protected SpreadSheetColumnIndex
ConfusionMatrix. m_PredictedColumn
the column with the predicted labels.protected SpreadSheetColumnIndex
SummaryStatistics. m_PredictedColumn
the column with the predicted labels.protected SpreadSheetColumnIndex
ConfusionMatrix. m_ProbabilityColumn
the column with the probabilities.protected SpreadSheetColumnIndex
SummaryStatistics. m_ProbabilityColumn
the column with the probabilities.protected SpreadSheetColumnIndex[]
SpreadSheetSort. m_SortColumn
the indices of the columns to use for sorting.protected SpreadSheetColumnIndex
LookUpAdd. m_ValueColumn
the index of the column to use as value.protected SpreadSheetColumnIndex
LookUpInit. m_ValueColumn
the index of the column to use as value.protected SpreadSheetColumnIndex
LookUpUpdate. m_ValueColumn
the index of the column to use as value.protected SpreadSheetColumnIndex
WekaSpreadSheetToPredictions. m_Weight
the (optional) column with the instance weights.Methods in adams.flow.transformer that return SpreadSheetColumnIndex Modifier and Type Method Description SpreadSheetColumnIndex
PredictionEccentricity. getActual()
Returns the column with the actual values.SpreadSheetColumnIndex
WekaSpreadSheetToPredictions. getActual()
Returns the column with the actual values.SpreadSheetColumnIndex
ConfusionMatrix. getActualColumn()
Returns the column of the actual labels.SpreadSheetColumnIndex
SummaryStatistics. getActualColumn()
Returns the column of the actual labels.SpreadSheetColumnIndex
SpreadSheetRowBinning. getBinningColumn()
Returns the numeric column to use for binning.SpreadSheetColumnIndex
SpreadSheetColumnStatistic. getColumn()
Returns the column to generate the statistics for.SpreadSheetColumnIndex
SpreadSheetGetHeaderCell. getColumn()
Returns the column of the cell.SpreadSheetColumnIndex
SpreadSheetSetHeaderCell. getColumn()
Returns the column of the header cell.SpreadSheetColumnIndex
SpreadSheetSubsetByValue. getColumn()
Returns the column that identifies the subsets.SpreadSheetColumnIndex
SpreadSheetSubsetFromGroup. getColumn()
Returns the column that identifies the subsets.SpreadSheetColumnIndex
SpreadSheetRowToTimeseries. getColumnID()
Returns the index/name of the column to use for grouping the timeseries data points.SpreadSheetColumnIndex
SpreadSheetToTimeseries. getColumnID()
Returns the index/name of the column to use for grouping the timeseries data points.SpreadSheetColumnIndex
SpreadSheetInfo. getColumnIndex()
Returns the column index to use for column specific information.SpreadSheetColumnIndex
SpreadSheetToTimeseries. getColumnTimestamp()
Returns the index/name of the column that contains the timestamp of the data points.SpreadSheetColumnIndex
SpreadSheetToTimeseries. getColumnValue()
Returns the index/name of the column that contains the value of the data points.SpreadSheetColumnIndex
SpreadSheetCommonIDs. getIndex()
Returns the index of the column in the spreadsheet.SpreadSheetColumnIndex
LookUpAdd. getKeyColumn()
Returns the index of the column to act as key in the lookup table.SpreadSheetColumnIndex
LookUpInit. getKeyColumn()
Returns the index of the column to act as key in the lookup table.SpreadSheetColumnIndex
LookUpUpdate. getKeyColumn()
Returns the index of the column to act as key in the lookup table.SpreadSheetColumnIndex
SpreadSheetCopyColumns. getPosition()
Returns the position where to insert the columns.SpreadSheetColumnIndex
SpreadSheetInsertColumn. getPosition()
Returns the position where to insert the column.SpreadSheetColumnIndex
SpreadSheetInsertRowScore. getPosition()
Returns the position where to insert the score column.SpreadSheetColumnIndex
SpreadSheetRowBinning. getPosition()
Returns the position where to insert the column.SpreadSheetColumnIndex
PredictionEccentricity. getPredicted()
Returns the column with the predicted values.SpreadSheetColumnIndex
WekaSpreadSheetToPredictions. getPredicted()
Returns the column with the predicted values.SpreadSheetColumnIndex
ConfusionMatrix. getPredictedColumn()
Returns the column of the predicted labels.SpreadSheetColumnIndex
SummaryStatistics. getPredictedColumn()
Returns the column of the predicted labels.SpreadSheetColumnIndex
ConfusionMatrix. getProbabilityColumn()
Returns the column with the probabilities (optional).SpreadSheetColumnIndex
SummaryStatistics. getProbabilityColumn()
Returns the column with the probabilities (optional).SpreadSheetColumnIndex[]
SpreadSheetSort. getSortColumn()
Returns the indices of the columns to use for sorting.SpreadSheetColumnIndex
LookUpAdd. getValueColumn()
Returns the index of the column to act as value in the lookup table.SpreadSheetColumnIndex
LookUpInit. getValueColumn()
Returns the index of the column to act as value in the lookup table.SpreadSheetColumnIndex
LookUpUpdate. getValueColumn()
Returns the index of the column to act as value in the lookup table.SpreadSheetColumnIndex
WekaSpreadSheetToPredictions. getWeight()
Returns the (optional) column with the instance weight values.Methods in adams.flow.transformer with parameters of type SpreadSheetColumnIndex Modifier and Type Method Description void
PredictionEccentricity. setActual(SpreadSheetColumnIndex value)
Sets the column with the actual values.void
WekaSpreadSheetToPredictions. setActual(SpreadSheetColumnIndex value)
Sets the column with the actual values.void
ConfusionMatrix. setActualColumn(SpreadSheetColumnIndex value)
Sets the column of the actual labels.void
SummaryStatistics. setActualColumn(SpreadSheetColumnIndex value)
Sets the column of the actual labels.void
SpreadSheetRowBinning. setBinningColumn(SpreadSheetColumnIndex value)
Sets the numeric column to use for binning.void
SpreadSheetColumnStatistic. setColumn(SpreadSheetColumnIndex value)
Sets the column to generate the statistic for.void
SpreadSheetGetHeaderCell. setColumn(SpreadSheetColumnIndex value)
Sets the column of the cell.void
SpreadSheetSetHeaderCell. setColumn(SpreadSheetColumnIndex value)
Sets the column of the header cell.void
SpreadSheetSubsetByValue. setColumn(SpreadSheetColumnIndex value)
Sets the column that identifies the subsets.void
SpreadSheetSubsetFromGroup. setColumn(SpreadSheetColumnIndex value)
Sets the column that identifies the subsets.void
SpreadSheetRowToTimeseries. setColumnID(SpreadSheetColumnIndex value)
Sets the index/name of the column to use for grouping the timeseries data points.void
SpreadSheetToTimeseries. setColumnID(SpreadSheetColumnIndex value)
Sets the index/name of the column to use for grouping the timeseries data points.void
SpreadSheetInfo. setColumnIndex(SpreadSheetColumnIndex value)
Sets the column index to use for column specific information.void
SpreadSheetToTimeseries. setColumnTimestamp(SpreadSheetColumnIndex value)
Sets the index/name of the column that contains the timestamp of the data points.void
SpreadSheetToTimeseries. setColumnValue(SpreadSheetColumnIndex value)
Sets the index/name of the column that contains the value of the data points.void
SpreadSheetCommonIDs. setIndex(SpreadSheetColumnIndex value)
Sets the index of the column in the spreadsheet.void
LookUpAdd. setKeyColumn(SpreadSheetColumnIndex value)
Sets the index of the column to act as key in the lookup table.void
LookUpInit. setKeyColumn(SpreadSheetColumnIndex value)
Sets the index of the column to act as key in the lookup table.void
LookUpUpdate. setKeyColumn(SpreadSheetColumnIndex value)
Sets the index of the column to act as key in the lookup table.void
SpreadSheetCopyColumns. setPosition(SpreadSheetColumnIndex value)
Sets the position where to insert the columns.void
SpreadSheetInsertColumn. setPosition(SpreadSheetColumnIndex value)
Sets the position where to insert the column.void
SpreadSheetInsertRowScore. setPosition(SpreadSheetColumnIndex value)
Sets the position where to insert the score column.void
SpreadSheetRowBinning. setPosition(SpreadSheetColumnIndex value)
Sets the position where to insert the column.void
PredictionEccentricity. setPredicted(SpreadSheetColumnIndex value)
Sets the column with the predicted values.void
WekaSpreadSheetToPredictions. setPredicted(SpreadSheetColumnIndex value)
Sets the column with the predicted values.void
ConfusionMatrix. setPredictedColumn(SpreadSheetColumnIndex value)
Sets the column of the predicted labels.void
SummaryStatistics. setPredictedColumn(SpreadSheetColumnIndex value)
Sets the column of the predicted labels.void
ConfusionMatrix. setProbabilityColumn(SpreadSheetColumnIndex value)
Sets the column with the probabilities (optional).void
SummaryStatistics. setProbabilityColumn(SpreadSheetColumnIndex value)
Sets the column with the probabilities (optional).void
SpreadSheetSort. setSortColumn(SpreadSheetColumnIndex[] value)
Sets the indices of the columns to use for sorting.void
LookUpAdd. setValueColumn(SpreadSheetColumnIndex value)
Sets the index of the column to act as value in the lookup table.void
LookUpInit. setValueColumn(SpreadSheetColumnIndex value)
Sets the index of the column to act as value in the lookup table.void
LookUpUpdate. setValueColumn(SpreadSheetColumnIndex value)
Sets the index of the column to act as value in the lookup table.void
WekaSpreadSheetToPredictions. setWeight(SpreadSheetColumnIndex value)
Sets the (optional) column with the instance weight values. -
Uses of SpreadSheetColumnIndex in adams.flow.transformer.multispreadsheetoperation
Fields in adams.flow.transformer.multispreadsheetoperation declared as SpreadSheetColumnIndex Modifier and Type Field Description protected SpreadSheetColumnIndex
CommonIDs. m_Index
the column in the spreadsheet.Methods in adams.flow.transformer.multispreadsheetoperation that return SpreadSheetColumnIndex Modifier and Type Method Description SpreadSheetColumnIndex
CommonIDs. getIndex()
Returns the index of the column in the spreadsheet.Methods in adams.flow.transformer.multispreadsheetoperation with parameters of type SpreadSheetColumnIndex Modifier and Type Method Description void
CommonIDs. setIndex(SpreadSheetColumnIndex value)
Sets the index of the column in the spreadsheet. -
Uses of SpreadSheetColumnIndex in adams.flow.transformer.plotgenerator
Fields in adams.flow.transformer.plotgenerator declared as SpreadSheetColumnIndex Modifier and Type Field Description protected SpreadSheetColumnIndex
RowWisePlotGenerator. m_IDColumn
the (optional) column that identifies a row, uses as plot name.protected SpreadSheetColumnIndex
NamedPlotGenerator. m_NameColumn
the column for the plot name.protected SpreadSheetColumnIndex
NamedPlotGenerator. m_XColumn
the X column.protected SpreadSheetColumnIndex
XYPlotGenerator. m_XColumn
the (optional) column to use as X value.protected SpreadSheetColumnIndex
XYWithErrorsPlotGenerator. m_XColumn
the column to use as X value (optional).protected SpreadSheetColumnIndex
NamedPlotGenerator. m_YColumn
the Y column.protected SpreadSheetColumnIndex
XYWithErrorsPlotGenerator. m_YColumn
the column to use as Y value.Methods in adams.flow.transformer.plotgenerator that return SpreadSheetColumnIndex Modifier and Type Method Description SpreadSheetColumnIndex
XYWithErrorsPlotGenerator. getXColumn()
Returns the index of the column which values to use as X values.SpreadSheetColumnIndex
XYWithErrorsPlotGenerator. getYColumn()
Returns the y column to use in the plot.Methods in adams.flow.transformer.plotgenerator with parameters of type SpreadSheetColumnIndex Modifier and Type Method Description void
XYWithErrorsPlotGenerator. setXColumn(SpreadSheetColumnIndex value)
Sets the index of the column which values to use as X values.void
XYWithErrorsPlotGenerator. setYColumn(SpreadSheetColumnIndex value)
Sets the y column to use in the plot. -
Uses of SpreadSheetColumnIndex in adams.flow.transformer.wekapackagemanageraction
Fields in adams.flow.transformer.wekapackagemanageraction declared as SpreadSheetColumnIndex Modifier and Type Field Description protected SpreadSheetColumnIndex
InstallOfficial. m_ColName
the column with the name.protected SpreadSheetColumnIndex
Uninstall. m_ColName
the column with the name.protected SpreadSheetColumnIndex
InstallOfficial. m_ColVersion
the column with the version.Methods in adams.flow.transformer.wekapackagemanageraction that return SpreadSheetColumnIndex Modifier and Type Method Description SpreadSheetColumnIndex
InstallOfficial. getColName()
Returns the spreadsheet column with the name.SpreadSheetColumnIndex
Uninstall. getColName()
Returns the spreadsheet column with the name.SpreadSheetColumnIndex
InstallOfficial. getColVersion()
Returns the (optional) spreadsheet column with the version.Methods in adams.flow.transformer.wekapackagemanageraction with parameters of type SpreadSheetColumnIndex Modifier and Type Method Description void
InstallOfficial. setColName(SpreadSheetColumnIndex value)
Sets the spreadsheet column with the name.void
Uninstall. setColName(SpreadSheetColumnIndex value)
Sets the spreadsheet column with the name.void
InstallOfficial. setColVersion(SpreadSheetColumnIndex value)
Sets the (optional) spreadsheet column with the version. -
Uses of SpreadSheetColumnIndex in adams.gui.goe
Methods in adams.gui.goe that return SpreadSheetColumnIndex Modifier and Type Method Description protected SpreadSheetColumnIndex
SpreadSheetColumnIndexEditor. parse(String s)
Parses the given string and returns the generated object. -
Uses of SpreadSheetColumnIndex in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as SpreadSheetColumnIndex Modifier and Type Field Description protected SpreadSheetColumnIndex
ActualVsPredictedHandler. m_Actual
the column with the actual values.protected SpreadSheetColumnIndex
ActualVsPredictedHandler. m_Error
the column with the error values (optional).protected SpreadSheetColumnIndex
ActualVsPredictedHandler. m_Predicted
the column with the predicted values.Methods in adams.gui.tools.previewbrowser that return SpreadSheetColumnIndex Modifier and Type Method Description SpreadSheetColumnIndex
ActualVsPredictedHandler. getActual()
Returns the column with the actual values.SpreadSheetColumnIndex
ActualVsPredictedHandler. getError()
Returns the column with the error values.SpreadSheetColumnIndex
ActualVsPredictedHandler. getPredicted()
Returns the column with the predicted values.Methods in adams.gui.tools.previewbrowser with parameters of type SpreadSheetColumnIndex Modifier and Type Method Description void
ActualVsPredictedHandler. setActual(SpreadSheetColumnIndex value)
Sets the column with the actual values.void
ActualVsPredictedHandler. setError(SpreadSheetColumnIndex value)
Sets the column with the error values.void
ActualVsPredictedHandler. setPredicted(SpreadSheetColumnIndex value)
Sets the column with the predicted values. -
Uses of SpreadSheetColumnIndex in adams.gui.tools.spreadsheetviewer.chart
Fields in adams.gui.tools.spreadsheetviewer.chart declared as SpreadSheetColumnIndex Modifier and Type Field Description protected SpreadSheetColumnIndex
AbstractXYChartGenerator. m_XColumn
the column to use as X value. -
Uses of SpreadSheetColumnIndex in adams.gui.visualization.jfreechart.dataset
Fields in adams.gui.visualization.jfreechart.dataset declared as SpreadSheetColumnIndex Modifier and Type Field Description protected SpreadSheetColumnIndex
DefaultCategory. m_X
the X column.protected SpreadSheetColumnIndex
DefaultXY. m_X
the X column.protected SpreadSheetColumnIndex
DefaultXYZ. m_X
the X column.protected SpreadSheetColumnIndex
DefaultXYZ. m_Y
the Y column.protected SpreadSheetColumnIndex
DefaultXYZ. m_Z
the Z column.Methods in adams.gui.visualization.jfreechart.dataset that return SpreadSheetColumnIndex Modifier and Type Method Description SpreadSheetColumnIndex
DefaultCategory. getX()
Returns the index of the column to act as X axis.SpreadSheetColumnIndex
DefaultXY. getX()
Returns the index of the column to act as X axis.SpreadSheetColumnIndex
DefaultXYZ. getX()
Returns the index of the column to act as X axis.SpreadSheetColumnIndex
DefaultXYZ. getY()
Returns the index of column to use as Y.SpreadSheetColumnIndex
DefaultXYZ. getZ()
Returns the index of column to use as Z.Methods in adams.gui.visualization.jfreechart.dataset with parameters of type SpreadSheetColumnIndex Modifier and Type Method Description void
DefaultCategory. setX(SpreadSheetColumnIndex value)
Sets the index of the column to act as X axis.void
DefaultXY. setX(SpreadSheetColumnIndex value)
Sets the index of the column to act as X axis.void
DefaultXYZ. setX(SpreadSheetColumnIndex value)
Sets the index of the column to act as X axis.void
DefaultXYZ. setY(SpreadSheetColumnIndex value)
Sets the index of column to use as Y.void
DefaultXYZ. setZ(SpreadSheetColumnIndex value)
Sets the index of column to use as Z. -
Uses of SpreadSheetColumnIndex in adams.parser
Fields in adams.parser declared as SpreadSheetColumnIndex Modifier and Type Field Description protected SpreadSheetColumnIndex
LookUpUpdate. m_KeyColumn
the index of the column to use as key.protected SpreadSheetColumnIndex
LookUpUpdate. m_ValueColumn
the index of the column to use as value.Methods in adams.parser that return SpreadSheetColumnIndex Modifier and Type Method Description SpreadSheetColumnIndex
LookUpUpdate. getKeyColumn()
Returns the index of the column to act as key in the lookup table.SpreadSheetColumnIndex
LookUpUpdate. getValueColumn()
Returns the index of the column to act as value in the lookup table.Methods in adams.parser with parameters of type SpreadSheetColumnIndex Modifier and Type Method Description void
LookUpUpdate. setKeyColumn(SpreadSheetColumnIndex value)
Sets the index of the column to act as key in the lookup table.void
LookUpUpdate. setValueColumn(SpreadSheetColumnIndex value)
Sets the index of the column to act as value in the lookup table. -
Uses of SpreadSheetColumnIndex in weka.classifiers.functions
Fields in weka.classifiers.functions declared as SpreadSheetColumnIndex Modifier and Type Field Description protected SpreadSheetColumnIndex
FromPredictions. m_Actual
the column with the actual values.protected SpreadSheetColumnIndex
FromPredictions. m_Predicted
the column with the predicted values.protected SpreadSheetColumnIndex
FromPredictions. m_Weight
the column with the error values (optional).Methods in weka.classifiers.functions that return SpreadSheetColumnIndex Modifier and Type Method Description SpreadSheetColumnIndex
FromPredictions. getActual()
Returns the column with the actual values.SpreadSheetColumnIndex
FromPredictions. getPredicted()
Returns the column with the predicted values.SpreadSheetColumnIndex
FromPredictions. getWeight()
Returns the column with the weight values.Methods in weka.classifiers.functions with parameters of type SpreadSheetColumnIndex Modifier and Type Method Description void
FromPredictions. setActual(SpreadSheetColumnIndex value)
Sets the column with the actual values.void
FromPredictions. setPredicted(SpreadSheetColumnIndex value)
Sets the column with the predicted values.void
FromPredictions. setWeight(SpreadSheetColumnIndex value)
Sets the column with the weight values.
-