Uses of Interface
adams.data.spreadsheet.Row
-
-
Uses of Row in adams.data.conversion
Methods in adams.data.conversion with parameters of type Row Modifier and Type Method Description protected voidJsonToSpreadSheet. flatten(String path, net.minidev.json.JSONArray json, SpreadSheet sheet, Row header)Flattens the JSON object.protected voidJsonToSpreadSheet. flatten(String path, net.minidev.json.JSONObject json, SpreadSheet sheet, Row header)Flattens the JSON object.protected abstract TAbstractSpreadSheetToMatrix. getValue(SpreadSheet sheet, Row row, int col)Returns the cell value at the specified location.protected DoubleSpreadSheetToDoubleMatrix. getValue(SpreadSheet sheet, Row row, int col)Returns the cell value at the specified location.protected StringSpreadSheetToStringMatrix. getValue(SpreadSheet sheet, Row row, int col)Returns the cell value at the specified location. -
Uses of Row in adams.data.featureconverter
Methods in adams.data.featureconverter that return Row Modifier and Type Method Description protected RowSpreadSheet. doGenerateRow(List<Object> data)Performs the actual generation of a row from the raw data. -
Uses of Row in adams.data.io.output
Methods in adams.data.io.output with parameters of type Row Modifier and Type Method Description protected booleanAccessSpreadSheetWriter. doWrite(Row content, String filename)Performs the actual writing.protected booleanCsvSpreadSheetWriter. doWrite(Row content, Writer writer)Performs the actual writing.protected booleanAccessSpreadSheetWriter. doWriteHeader(Row header, String filename)Writes the header.protected booleanCsvSpreadSheetWriter. doWriteHeader(Row header, Writer writer)Writes the header.booleanAccessSpreadSheetWriter. write(Row content, File file)Writes the given content to the specified file.booleanAccessSpreadSheetWriter. write(Row content, OutputStream stream)Writes the spreadsheet to the given output stream.booleanAccessSpreadSheetWriter. write(Row content, Writer writer)Writes the spreadsheet to the given writer.booleanAccessSpreadSheetWriter. write(Row content, String filename)Writes the spreadsheet to the given file.booleanCsvSpreadSheetWriter. write(Row content, File file)Writes the given content to the specified file.booleanCsvSpreadSheetWriter. write(Row content, OutputStream stream)Writes the spreadsheet to the given output stream.booleanCsvSpreadSheetWriter. write(Row content, Writer writer)Writes the spreadsheet to the given writer.booleanCsvSpreadSheetWriter. write(Row content, String filename)Writes the spreadsheet to the given file.booleanIncrementalSpreadSheetWriter. write(Row content, File file)Writes the given content to the specified file.booleanIncrementalSpreadSheetWriter. write(Row content, OutputStream stream)Writes the spreadsheet to the given output stream.booleanIncrementalSpreadSheetWriter. write(Row content, Writer writer)Writes the spreadsheet to the given writer.booleanIncrementalSpreadSheetWriter. write(Row content, String filename)Writes the spreadsheet to the given file.protected booleanAccessSpreadSheetWriter. writeHeader(Row header, String filename)Writes the header, if necessary.protected booleanCsvSpreadSheetWriter. writeHeader(Row header, Writer writer)Writes the header, if necessary.protected booleanSimpleStreamSpreadSheetWriter. writeRow(BufferedWriter writer, SpreadSheet sheet, Row row)Writes a row using the supplied writer. -
Uses of Row in adams.data.spreadsheet
Subinterfaces of Row in adams.data.spreadsheet Modifier and Type Interface Description interfaceDataRowThe interface for data rows.Classes in adams.data.spreadsheet that implement Row Modifier and Type Class Description classAbstractRowAncestor for row objects.classDataRowViewProvides a view to a data row.classDenseDataRowA row for dense data representation.classDenseFloatDataRowA row for dense data representation, using floats internally.classHeaderRowRepresents a header row.classSparseDataRowRepresents a data row with sparse data.classSparseFloatDataRowRepresents a data row with sparse data, using floats internally for representing the cells.Fields in adams.data.spreadsheet declared as Row Modifier and Type Field Description protected RowCellView. m_Ownerthe owner.protected RowDoubleCell. m_Ownerthe row this cell belongs to.protected RowFloatCell. m_Ownerthe row this cell belongs to.Methods in adams.data.spreadsheet that return Row Modifier and Type Method Description RowRow. getClone(SpreadSheet owner)Returns a clone of itself.RowCell. getOwner()Returns the row this cell belongs to.RowCellView. getOwner()Returns the row this cell belongs to.RowDoubleCell. getOwner()Returns the row this cell belongs to.RowFloatCell. getOwner()Returns the row this cell belongs to.RowDefaultSpreadSheet. removeRow(int rowIndex)Removes the specified row.RowDefaultSpreadSheet. removeRow(String rowKey)Removes the specified row.RowSpreadSheet. removeRow(int rowIndex)Removes the specified row.RowSpreadSheet. removeRow(String rowKey)Removes the specified row.RowSpreadSheetView. removeRow(int rowIndex)Removes the specified row.RowSpreadSheetView. removeRow(String rowKey)Removes the specified row.Methods in adams.data.spreadsheet with parameters of type Row Modifier and Type Method Description voidAbstractRow. assign(Row row)Obtains copies of the cells from the other row, but not the owner.voidDataRowView. assign(Row row)Obtains copies of the cells from the other row, but not the owner.voidDenseDataRow. assign(Row row)Obtains copies of the cells from the other row, but not the owner.voidHeaderRow. assign(Row row)Obtains copies of the cells from the other row, but not the owner.voidRow. assign(Row row)Obtains copies of the cells from the other row, but not the owner.intRowComparator. compare(Row o1, Row o2)Compares its two arguments for order.voidDataRowView. mergeWith(Row other)Merges its own data with the one provided by the specified row.voidDenseDataRow. mergeWith(Row other)Merges its own data with the one provided by the specified row.voidHeaderRow. mergeWith(Row other)Merges its own data with the one provided by the specified row.voidRow. mergeWith(Row other)Merges its own data with the one provided by the specified row.voidSparseDataRow. mergeWith(Row other)Merges its own data with the one provided by the specified row.CellDataRowView. newCell(Row owner)Creates a new instance of a cell.CellDenseDataRow. newCell(Row owner)Creates a new instance of a cell.CellDenseFloatDataRow. newCell(Row owner)Creates a new instance of a cell.CellHeaderRow. newCell(Row owner)Creates a new instance of a cell.CellRow. newCell(Row owner)Creates a new instance of a cell.CellSparseDataRow. newCell(Row owner)Creates a new instance of a cell.CellSparseFloatDataRow. newCell(Row owner)Creates a new instance of a cell.voidCell. setOwner(Row owner)Sets the row this cell belongs to.voidCellView. setOwner(Row owner)Sets the row this cell belongs to.voidDoubleCell. setOwner(Row owner)Sets the row this cell belongs to.voidFloatCell. setOwner(Row owner)Sets the row this cell belongs to.Constructors in adams.data.spreadsheet with parameters of type Row Constructor Description CellView(Row owner, Cell cell)Initializes the wrapper.DoubleCell(Row owner)Constructor.FloatCell(Row owner)Constructor. -
Uses of Row in adams.data.spreadsheet.cellfinder
Fields in adams.data.spreadsheet.cellfinder declared as Row Modifier and Type Field Description protected RowTypeRangeIterator. m_SheetRowthe row to process.Methods in adams.data.spreadsheet.cellfinder with parameters of type Row Modifier and Type Method Description protected voidAbstractRowCellFinder. check(Row row)Checks whether the row can be processed.protected abstract Iterator<CellLocation>AbstractRowCellFinder. doFindCells(Row row)Performs the actual locating.protected Iterator<CellLocation>CellRange. doFindCells(Row row)Performs the actual locating.protected Iterator<CellLocation>CellTypeRange. doFindCells(Row row)Performs the actual locating.protected Iterator<CellLocation>SingleCell. doFindCells(Row row)Performs the actual locating.Iterator<CellLocation>AbstractRowCellFinder. findCells(Row row)Locates the cells in the row.Iterator<CellLocation>RowCellFinder. findCells(Row row)Locates the cells in the row.Constructors in adams.data.spreadsheet.cellfinder with parameters of type Row Constructor Description TypeRangeIterator(Row sheetRow, Cell.ContentType type, int[] cols)Initializes the iterator. -
Uses of Row in adams.data.spreadsheet.colstatistic
Methods in adams.data.spreadsheet.colstatistic with parameters of type Row Modifier and Type Method Description protected abstract voidAbstractColumnStatistic. doVisit(Row row, int colIndex)Gets called with every row in the spreadsheet for generating the stats.protected voidAbstractDoubleArrayColumnStatistic. doVisit(Row row, int colIndex)Gets called with every row in the spreadsheet for generating the stats.protected voidDistinct. doVisit(Row row, int colIndex)Gets called with every row in the spreadsheet for generating the stats.protected voidLabelCounts. doVisit(Row row, int colIndex)Gets called with every row in the spreadsheet for generating the stats.protected voidMissing. doVisit(Row row, int colIndex)Gets called with every row in the spreadsheet for generating the stats.protected voidMultiColumnStatistic. doVisit(Row row, int colIndex)Gets called with every row in the spreadsheet for generating the stats.protected voidUnique. doVisit(Row row, int colIndex)Gets called with every row in the spreadsheet for generating the stats. -
Uses of Row in adams.data.spreadsheet.rowstatistic
Methods in adams.data.spreadsheet.rowstatistic with parameters of type Row Modifier and Type Method Description protected voidAbstractDoubleArrayRowStatistic. doVisit(Row row, int colIndex)Gets called with every cell in the row for generating the stats.protected abstract voidAbstractRowStatistic. doVisit(Row row, int colIndex)Gets called with every cell in the row for generating the stats.protected voidDistinct. doVisit(Row row, int colIndex)Gets called with every row in the spreadsheet for generating the stats.protected voidLabelCounts. doVisit(Row row, int colIndex)Gets called with every row in the spreadsheet for generating the stats.protected voidMissing. doVisit(Row row, int colIndex)Gets called with every cell in the row for generating the stats.protected voidMultiRowStatistic. doVisit(Row row, int rowIndex)Gets called with every row in the spreadsheet for generating the stats.protected voidUnique. doVisit(Row row, int colIndex)Gets called with every row in the spreadsheet for generating the stats. -
Uses of Row in adams.flow.transformer
Methods in adams.flow.transformer that return Row Modifier and Type Method Description protected RowSpreadSheetDifference. difference(SpreadSheet output, Row row1, Row row2)Computes the difference between the two rows: actual difference is computed for numeric cells.Methods in adams.flow.transformer with parameters of type Row Modifier and Type Method Description protected voidPDFMetaData. addCell(Row row, String header, String content)Adds the cell content to the spreadsheet.protected voidPDFMetaData. addCell(Row row, String header, Calendar content)Adds the cell content to the spreadsheet.protected RowSpreadSheetDifference. difference(SpreadSheet output, Row row1, Row row2)Computes the difference between the two rows: actual difference is computed for numeric cells.protected voidSpreadSheetDifference. generateOutputRow(SpreadSheet output, Row rowDiff)Generates a row and appends it to the output.protected StringSpreadSheetSubsetByValue. getCellValue(Row row, int col)Returns the cell value at the specified column. -
Uses of Row in adams.flow.transformer.multispreadsheetoperation
Methods in adams.flow.transformer.multispreadsheetoperation that return Row Modifier and Type Method Description protected abstract RowAbstractIndentifiableRowOperation. performOperation(SpreadSheet output, Row row1, Row row2)Performs the actual operation on the rows.protected RowDifference. performOperation(SpreadSheet output, Row row1, Row row2)Computes the difference between the two rows: actual difference is computed for numeric cells.protected RowSum. performOperation(SpreadSheet output, Row row1, Row row2)Computes the difference between the two rows: actual difference is computed for numeric cells.Methods in adams.flow.transformer.multispreadsheetoperation with parameters of type Row Modifier and Type Method Description protected voidAbstractIndentifiableRowOperation. generateOutputRow(SpreadSheet output, Row rowDiff)Generates a row and appends it to the output.protected abstract RowAbstractIndentifiableRowOperation. performOperation(SpreadSheet output, Row row1, Row row2)Performs the actual operation on the rows.protected RowDifference. performOperation(SpreadSheet output, Row row1, Row row2)Computes the difference between the two rows: actual difference is computed for numeric cells.protected RowSum. performOperation(SpreadSheet output, Row row1, Row row2)Computes the difference between the two rows: actual difference is computed for numeric cells. -
Uses of Row in adams.flow.transformer.plotgenerator
Methods in adams.flow.transformer.plotgenerator with parameters of type Row Modifier and Type Method Description protected StringAbstractPlotGenerator. getActualPlotName(Row row, String defValue)Returns the plot name to use.protected ObjectAbstractPlotGenerator. getCellObject(Row row, int index, Object defaultValue)Returns the cell value for the specified column index.protected StringAbstractPlotGenerator. getCellString(Row row, int index)Returns the string value for the specified cell.protected ComparableAbstractPlotGenerator. getCellValue(Row row, int index)Returns the cell value for the specified column index.protected ComparableAbstractPlotGenerator. getCellValue(Row row, int index, Comparable defaultValue)Returns the cell value for the specified column index. -
Uses of Row in adams.gui.visualization.image.plugins
Fields in adams.gui.visualization.image.plugins with type parameters of type Row Modifier and Type Field Description protected List<Row>AbstractSelectedImagesFeatureGenerator. m_Collectedthe collected data.Methods in adams.gui.visualization.image.plugins that return Row Modifier and Type Method Description protected abstract Row[]AbstractSelectedImagesFeatureGenerator. generateFeatures(BufferedImage image)Generats the features from the image.protected Row[]BoofCVFeatureGenerator. generateFeatures(BufferedImage image)Filters the image.protected Row[]BufferedImageFeatureGenerator. generateFeatures(BufferedImage image)Filters the image. -
Uses of Row in adams.gui.visualization.spreadsheet
Methods in adams.gui.visualization.spreadsheet that return Row Modifier and Type Method Description RowSpreadSheetRow. toRow()Generates a spreadsheet row, if a spreadsheet header is available.Methods in adams.gui.visualization.spreadsheet with parameters of type Row Modifier and Type Method Description voidSpreadSheetRow. set(Row row)Clears the container and adds the data from the Row (internal values).voidSpreadSheetRow. set(Row row, int index, int[] additional, Range range, HashSet<Integer> attTypes)Clears the container and adds the data from the Row (internal values). -
Uses of Row in adams.ml.data
Classes in adams.ml.data that implement Row Modifier and Type Class Description classInstancesHeaderRowHeader row for anInstancesobject.classInstanceViewWrapper around anInstanceobject.Methods in adams.ml.data that return Row Modifier and Type Method Description RowDatasetView. removeRow(int rowIndex)Removes the specified row.RowDatasetView. removeRow(String rowKey)Removes the specified row.RowInstancesView. removeRow(int rowIndex)Removes the specified row.RowInstancesView. removeRow(String rowKey)Removes the specified row.Methods in adams.ml.data with parameters of type Row Modifier and Type Method Description voidInstancesHeaderRow. assign(Row row)Obtains copies of the cells from the other row, but not the owner.voidInstanceView. assign(Row row)Obtains copies of the cells from the other row, but not the owner.voidInstancesHeaderRow. mergeWith(Row other)Merges its own data with the one provided by the specified row.voidInstanceView. mergeWith(Row other)Merges its own data with the one provided by the specified row.CellInstancesHeaderRow. newCell(Row owner)Creates a new instance of a cell.CellInstanceView. newCell(Row owner)Creates a new instance of a cell.voidDataCellView. setOwner(Row owner)Sets the row this cell belongs to.static weka.core.InstanceWekaConverter. toInstance(weka.core.Instances data, Row row)Turns an ADAMS dataset row into a Weka Instance. -
Uses of Row in adams.ml.model
Methods in adams.ml.model with parameters of type Row Modifier and Type Method Description voidIncrementalAlgorithm. updateModel(T model, Row row)Updates the model with the given data. -
Uses of Row in adams.ml.model.classification
Methods in adams.ml.model.classification with parameters of type Row Modifier and Type Method Description StringClassificationModel. classify(Row row)Returns the label for the given row.Map<String,String>MultiTargetClassificationModel. classify(Row row)Returns the label for the given row.StringWekaClassificationModel. classify(Row row)Returns the class label for the given row.double[]ClassificationModel. distribution(Row row)Returns the class distribution for the given row.Map<String,double[]>MultiTargetClassificationModel. distribution(Row row)Returns the class distribution for the given row.double[]WekaClassificationModel. distribution(Row row)Returns the class distribution for the given row. -
Uses of Row in adams.ml.model.clustering
Methods in adams.ml.model.clustering with parameters of type Row Modifier and Type Method Description intClusteringModel. cluster(Row row)Returns the cluster index for the given row.intWekaClusteringModel. cluster(Row row)Returns the cluster for the given row.double[]ClusteringModel. distribution(Row row)Returns the cluster distribution for the given row.double[]WekaClusteringModel. distribution(Row row)Returns the cluster distribution for the given row. -
Uses of Row in adams.ml.model.regression
Methods in adams.ml.model.regression with parameters of type Row Modifier and Type Method Description Map<String,Double>MultiTargetRegressionModel. classify(Row row)Returns the regressions for the given row.doubleRegressionModel. classify(Row row)Returns the regression for the given row.doubleWekaRegressionModel. classify(Row row)Returns the regression for the given row. -
Uses of Row in adams.ml.preprocessing
Methods in adams.ml.preprocessing that return Row Modifier and Type Method Description protected abstract RowAbstractColumnSubsetStreamFilter. doFilter(Row data)Filters the dataset row coming through.protected abstract RowAbstractStreamFilter. doFilter(Row data)Filters the dataset row coming through.RowAbstractColumnSubsetStreamFilter. filter(Row data)Filters the dataset row coming through.RowAbstractStreamFilter. filter(Row data)Filters the dataset row coming through.RowStreamFilter. filter(Row data)Filters the dataset row coming through.Methods in adams.ml.preprocessing with parameters of type Row Modifier and Type Method Description protected voidAbstractFilter. appendData(Row input, Row data, gnu.trove.list.TIntList cols)Appends the column values to the row.protected voidAbstractFilter. appendHeader(SpreadSheet input, Row header, gnu.trove.list.TIntList cols)Appends the column names to the header.protected abstract RowAbstractColumnSubsetStreamFilter. doFilter(Row data)Filters the dataset row coming through.protected abstract RowAbstractStreamFilter. doFilter(Row data)Filters the dataset row coming through.protected abstract voidAbstractColumnSubsetStreamFilter. doInitFilter(Row data)Filter-specific initialization.protected abstract voidAbstractStreamFilter. doInitFilter(Row data)Filter-specific initialization.RowAbstractColumnSubsetStreamFilter. filter(Row data)Filters the dataset row coming through.RowAbstractStreamFilter. filter(Row data)Filters the dataset row coming through.RowStreamFilter. filter(Row data)Filters the dataset row coming through.protected voidAbstractColumnSubsetStreamFilter. initFilter(Row data)Initializes the filter.protected voidAbstractStreamFilter. initFilter(Row data)Initializes the filter.protected abstract DatasetAbstractColumnSubsetStreamFilter. initOutputFormat(Row data)Initializes the output format.protected abstract DatasetAbstractStreamFilter. initOutputFormat(Row data)Initializes the output format.protected voidAbstractColumnSubsetStreamFilter. postInitFilter(Row data)After the filter has been initialized.protected voidAbstractStreamFilter. postInitFilter(Row data)After the filter has been initialized.protected voidAbstractColumnSubsetStreamFilter. preInitFilter(Row data)Before the actual filter initialization.protected voidAbstractStreamFilter. preInitFilter(Row data)Before the actual filter initialization. -
Uses of Row in adams.ml.preprocessing.unsupervised
Methods in adams.ml.preprocessing.unsupervised that return Row Modifier and Type Method Description protected RowMultiStream. doFilter(Row data)Filters the dataset row coming through.protected RowPassThrough. doFilter(Row data)Filters the dataset row coming through.protected RowSavitzkyGolay. doFilter(Row data)Filters the dataset row coming through.Methods in adams.ml.preprocessing.unsupervised with parameters of type Row Modifier and Type Method Description protected RowMultiStream. doFilter(Row data)Filters the dataset row coming through.protected RowPassThrough. doFilter(Row data)Filters the dataset row coming through.protected RowSavitzkyGolay. doFilter(Row data)Filters the dataset row coming through.protected voidMultiStream. doInitFilter(Row data)Filter-specific initialization.protected voidPassThrough. doInitFilter(Row data)Filter-specific initialization.protected voidSavitzkyGolay. doInitFilter(Row data)Filter-specific initialization.protected DatasetMultiStream. initOutputFormat(Row data)Initializes the output format.protected DatasetPassThrough. initOutputFormat(Row data)Initializes the output format.protected DatasetSavitzkyGolay. initOutputFormat(Row data)Initializes the output format.
-