Uses of Interface
adams.data.spreadsheet.SpreadSheet
-
-
Uses of SpreadSheet in adams.core
Methods in adams.core that return SpreadSheet Modifier and Type Method Description SpreadSheetSystemInfo. toSpreadSheet()Returns the content as spreadsheet. -
Uses of SpreadSheet in adams.data.binning
Methods in adams.data.binning that return SpreadSheet Modifier and Type Method Description static SpreadSheetBinnableDataset. toSpreadSheet(List<Binnable<DataRow>> list)Turns a binnable list back into Rows.Methods in adams.data.binning with parameters of type SpreadSheet Modifier and Type Method Description static List<Binnable<DataRow>>BinnableDataset. toBinnableUsingClass(SpreadSheet data, int index)Turns Rows into a list of binnables using the class value.static List<Binnable<DataRow>>BinnableDataset. toBinnableUsingIndex(SpreadSheet data)Turns Rows into a list of binnables using the data row index. -
Uses of SpreadSheet in adams.data.container
Methods in adams.data.container that return SpreadSheet Modifier and Type Method Description SpreadSheetDataContainerWithSpreadSheetSupport. toSpreadSheet(List<T> points)Returns the list of points as spreadsheet. -
Uses of SpreadSheet in adams.data.conversion
Fields in adams.data.conversion declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetAbstractMatrixToSpreadSheet. m_SpreadSheetTypethe type of spreadsheet to use.protected SpreadSheetTimeseriesToSpreadSheet. m_SpreadSheetTypethe type of spreadsheet to use.protected SpreadSheetWekaInstancesToSpreadSheet. m_SpreadSheetTypethe type of spreadsheet to use.Methods in adams.data.conversion that return SpreadSheet Modifier and Type Method Description protected SpreadSheetAbstractSpreadSheetColumnConverter. convert(SpreadSheet input)Generates the new spreadsheet from the input.protected abstract SpreadSheetAbstractSpreadSheetConversion. convert(SpreadSheet input)Generates the new spreadsheet from the input.protected SpreadSheetConvertSpreadSheetRows. convert(SpreadSheet input)Generates the new spreadsheet from the input.protected SpreadSheetRenameSpreadSheet. convert(SpreadSheet input)Returns a string describing the object.protected SpreadSheetRenameSpreadSheetColumn. convert(SpreadSheet input)Returns a string describing the object.protected SpreadSheetSpreadSheetAddFormulaColumn. convert(SpreadSheet input)Generates the new spreadsheet from the input.protected SpreadSheetSpreadSheetAddFormulaRow. convert(SpreadSheet input)Generates the new spreadsheet from the input.protected SpreadSheetSpreadSheetAddRowID. convert(SpreadSheet input)Generates the new spreadsheet from the input.protected SpreadSheetSpreadSheetAddSumColumn. convert(SpreadSheet input)Generates the new spreadsheet from the input.protected SpreadSheetSpreadSheetAddSumRow. convert(SpreadSheet input)Generates the new spreadsheet from the input.protected SpreadSheetSpreadSheetBinarize. convert(SpreadSheet input)Returns a string describing the object.protected SpreadSheetSpreadSheetJoinColumns. convert(SpreadSheet input)Returns a string describing the object.protected SpreadSheetSpreadSheetMaterializeFormulas. convert(SpreadSheet input)Generates the new spreadsheet from the input.protected SpreadSheetSpreadSheetSplitColumn. convert(SpreadSheet input)Returns a string describing the object.protected SpreadSheetSpreadSheetUniqueColumnNames. convert(SpreadSheet input)Returns a string describing the object.protected SpreadSheetSpreadSheetUseRowAsHeader. convert(SpreadSheet input)Generates the new spreadsheet from the input.protected SpreadSheetTransposeSpreadSheet. convert(SpreadSheet input)Performs the actual conversion.SpreadSheetAbstractMatrixToSpreadSheet. getSpreadSheetType()Returns the type of spreadsheet to use.SpreadSheetTimeseriesToSpreadSheet. getSpreadSheetType()Returns the type of spreadsheet to use.SpreadSheetWekaInstancesToSpreadSheet. getSpreadSheetType()Returns the type of spreadsheet to use.protected SpreadSheetAbstractMatrixToSpreadSheet. newInstance()Generates a new spreadsheet instance.Methods in adams.data.conversion with parameters of type SpreadSheet Modifier and Type Method Description protected SpreadSheetAbstractSpreadSheetColumnConverter. convert(SpreadSheet input)Generates the new spreadsheet from the input.protected abstract SpreadSheetAbstractSpreadSheetConversion. convert(SpreadSheet input)Generates the new spreadsheet from the input.protected SpreadSheetConvertSpreadSheetRows. convert(SpreadSheet input)Generates the new spreadsheet from the input.protected SpreadSheetRenameSpreadSheet. convert(SpreadSheet input)Returns a string describing the object.protected SpreadSheetRenameSpreadSheetColumn. convert(SpreadSheet input)Returns a string describing the object.protected SpreadSheetSpreadSheetAddFormulaColumn. convert(SpreadSheet input)Generates the new spreadsheet from the input.protected SpreadSheetSpreadSheetAddFormulaRow. convert(SpreadSheet input)Generates the new spreadsheet from the input.protected SpreadSheetSpreadSheetAddRowID. convert(SpreadSheet input)Generates the new spreadsheet from the input.protected SpreadSheetSpreadSheetAddSumColumn. convert(SpreadSheet input)Generates the new spreadsheet from the input.protected SpreadSheetSpreadSheetAddSumRow. convert(SpreadSheet input)Generates the new spreadsheet from the input.protected SpreadSheetSpreadSheetBinarize. convert(SpreadSheet input)Returns a string describing the object.protected SpreadSheetSpreadSheetJoinColumns. convert(SpreadSheet input)Returns a string describing the object.protected SpreadSheetSpreadSheetMaterializeFormulas. convert(SpreadSheet input)Generates the new spreadsheet from the input.protected SpreadSheetSpreadSheetSplitColumn. convert(SpreadSheet input)Returns a string describing the object.protected SpreadSheetSpreadSheetUniqueColumnNames. convert(SpreadSheet input)Returns a string describing the object.protected SpreadSheetSpreadSheetUseRowAsHeader. convert(SpreadSheet input)Generates the new spreadsheet from the input.protected SpreadSheetTransposeSpreadSheet. convert(SpreadSheet input)Performs the actual conversion.protected int[]AbstractSpreadSheetToMatrix. determineColumns(SpreadSheet sheet)Determines all the columns to include in the matrix.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.protected abstract booleanAbstractSpreadSheetToMatrix. includeColumn(SpreadSheet sheet, int col)Determines whether to include this particular column.protected booleanSpreadSheetToDoubleMatrix. includeColumn(SpreadSheet sheet, int col)Determines whether to include this particular column.protected booleanSpreadSheetToStringMatrix. includeColumn(SpreadSheet sheet, int col)Determines whether to include this particular column.protected voidAbstractSpreadSheetColumnConverter. preConvert(SpreadSheet input)Prepares the conversion.protected voidSpreadSheetStringColumnToDate. preConvert(SpreadSheet input)Prepares the conversion.protected voidSpreadSheetStringColumnToDateTime. preConvert(SpreadSheet input)Prepares the conversion.protected voidSpreadSheetStringColumnToDateTimeMsec. preConvert(SpreadSheet input)Prepares the conversion.protected voidSpreadSheetStringColumnToDouble. preConvert(SpreadSheet input)Prepares the conversion.protected voidSpreadSheetStringColumnToLong. preConvert(SpreadSheet input)Prepares the conversion.protected voidSpreadSheetStringColumnToTime. preConvert(SpreadSheet input)Prepares the conversion.protected voidSpreadSheetStringColumnToTimeMsec. preConvert(SpreadSheet input)Prepares the conversion.voidAbstractMatrixToSpreadSheet. setSpreadSheetType(SpreadSheet value)Sets the type of spreadsheet to use.voidTimeseriesToSpreadSheet. setSpreadSheetType(SpreadSheet value)Sets the type of spreadsheet to use.voidWekaInstancesToSpreadSheet. setSpreadSheetType(SpreadSheet value)Sets the type of spreadsheet to use.protected Cell[][]TransposeSpreadSheet. toMatrix(SpreadSheet sheet)Turns the spreadsheet into a matrix of Cell objects (first row is header). -
Uses of SpreadSheet in adams.data.featureconverter
Fields in adams.data.featureconverter declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetSpreadSheet. m_SpreadSheetTypethe type of spreadsheet to use.Methods in adams.data.featureconverter that return SpreadSheet Modifier and Type Method Description protected SpreadSheetSpreadSheet. doGenerateHeader(HeaderDefinition header)Performs the actual generation of the header data structure using the supplied header definition.protected SpreadSheetDataset. getDefaultSpreadSheetType()Returns the default spreadsheet to use.protected SpreadSheetSpreadSheet. getDefaultSpreadSheetType()Returns the default spreadsheet to use.SpreadSheetSpreadSheet. getSpreadSheetType()Returns the type of spreadsheet to use.Methods in adams.data.featureconverter with parameters of type SpreadSheet Modifier and Type Method Description voidSpreadSheet. setSpreadSheetType(SpreadSheet value)Sets the type of spreadsheet to use. -
Uses of SpreadSheet in adams.data.image
Methods in adams.data.image that return SpreadSheet Modifier and Type Method Description static SpreadSheetImageMetaDataHelper. commons(File file)Reads the meta-data from the file (Commons Imaging).static SpreadSheetImageMetaDataHelper. metaDataExtractor(File file)Reads the meta-data from the file (using meta-data extractor).SpreadSheetIntArrayMatrixView. toSpreadSheet()Returns the content as spreadsheet. -
Uses of SpreadSheet in adams.data.instance
Methods in adams.data.instance that return SpreadSheet Modifier and Type Method Description SpreadSheetInstance. toSpreadSheet()Returns the content as spreadsheet. -
Uses of SpreadSheet in adams.data.instancesanalysis
Fields in adams.data.instancesanalysis declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetFastICA. m_Componentsthe components.protected SpreadSheetPCA. m_Loadingsthe loadings.protected SpreadSheetPLS. m_Loadingsthe loadings.protected SpreadSheetPCA. m_Scoresthe scores.protected SpreadSheetPLS. m_Scoresthe scores.protected SpreadSheetFastICA. m_Sourcesthe sources.Methods in adams.data.instancesanalysis that return SpreadSheet Modifier and Type Method Description protected SpreadSheetPCA. extractLoadings(weka.core.Instances data, ArrayList<ArrayList<Double>> coeff)Create a spreadsheet to output from the coefficients 2D arraySpreadSheetFastICA. getComponents()Returns the components.SpreadSheetPCA. getLoadings()Returns the loadings.SpreadSheetPLS. getLoadings()Returns the loadings.SpreadSheetPCA. getScores()Returns the scores.SpreadSheetPLS. getScores()Returns the scores.SpreadSheetFastICA. getSources()Returns the sources. -
Uses of SpreadSheet in adams.data.instancesanalysis.pls
Methods in adams.data.instancesanalysis.pls that return SpreadSheet Modifier and Type Method Description static SpreadSheetMatrixHelper. matrixToSpreadSheet(weka.core.matrix.Matrix matrix, String colPrefix)Turns the matrix into a spreadsheet. -
Uses of SpreadSheet in adams.data.io.input
Fields in adams.data.io.input declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetAccessSpreadSheetReader.ChunkReader. m_Headerthe header.protected SpreadSheetCsvSpreadSheetReader.ChunkReader. m_Headerthe header.protected SpreadSheetFastCsvSpreadSheetReader.ChunkReader. m_Headerthe header.protected SpreadSheetSimpleStreamSpreadSheetReader. m_Headerthe header in use.protected SpreadSheetSqlDumpSpreadSheetReader.ChunkReader. m_Headerthe header.protected SpreadSheetExcelStreamingSpreadSheetReader.SheetHandler. m_Sheetthe spreadsheet to add the content to.protected SpreadSheetAbstractSpreadSheetReader. m_SpreadSheetTypethe type of spreadsheet to use.Methods in adams.data.io.input that return SpreadSheet Modifier and Type Method Description protected SpreadSheetMat5SpreadSheetReader. convert(us.hebi.matlab.mat.types.Array array)Converts the array.protected SpreadSheetAbstractMultiSheetSpreadSheetReader. doRead(File file)Performs the actual reading.protected SpreadSheetAbstractMultiSheetSpreadSheetReader. doRead(InputStream in)Performs the actual reading.protected SpreadSheetAbstractMultiSheetSpreadSheetReader. doRead(Reader r)Performs the actual reading.protected SpreadSheetAbstractSpreadSheetReader. doRead(File file)Performs the actual reading.protected SpreadSheetAbstractSpreadSheetReader. doRead(InputStream in)Performs the actual reading.protected SpreadSheetAbstractSpreadSheetReader. doRead(Reader r)Performs the actual reading.protected SpreadSheetAbstractWekaSpreadSheetReader. doRead(File file)Performs the actual reading.protected SpreadSheetAccessSpreadSheetReader. doRead(File file)Performs the actual reading.protected SpreadSheetAutoWidthTabularSpreadSheetReader. doRead(Reader r)Reads the spreadsheet content from the specified file.protected SpreadSheetCsvSpreadSheetReader. doRead(Reader r)Reads the spreadsheet content from the specified file.protected SpreadSheetFastCsvSpreadSheetReader. doRead(Reader r)Reads the spreadsheet content from the specified file.protected SpreadSheetFixedTabularSpreadSheetReader. doRead(Reader r)Reads the spreadsheet content from the specified file.protected SpreadSheetMat5SpreadSheetReader. doRead(File file)Performs the actual reading.protected SpreadSheetPNGSpreadSheetReader. doRead(InputStream in)Performs the actual reading.protected SpreadSheetPropertiesSpreadSheetReader. doRead(File file)Performs the actual reading.protected SpreadSheetSimpleArffSpreadSheetReader. doRead(Reader r)Performs the actual reading.protected SpreadSheetSimpleCsvSpreadSheetReader. doRead(Reader r)Reads the spreadsheet content from the specified file.protected SpreadSheetSimpleStreamSpreadSheetReader. doRead(Reader r)Performs the actual reading.protected SpreadSheetSqlDumpSpreadSheetReader. doRead(Reader r)Performs the actual reading.protected SpreadSheetAbstractSpreadSheetReader. getDefaultSpreadSheet()Returns the default spreadsheet type.SpreadSheetAbstractSpreadSheetReader. getSpreadSheetType()Returns the type of spreadsheet to use.SpreadSheetSpreadSheetReader. getSpreadSheetType()Returns the type of spreadsheet to use.SpreadSheetAccessSpreadSheetReader.ChunkReader. next()Reads the next chunk.SpreadSheetCsvSpreadSheetReader.ChunkReader. next()Reads the next chunk.SpreadSheetFastCsvSpreadSheetReader.ChunkReader. next()Reads the next chunk.SpreadSheetSqlDumpSpreadSheetReader.ChunkReader. next()Reads the next chunk.SpreadSheetAccessSpreadSheetReader. nextChunk()Returns the next chunk.SpreadSheetChunkedSpreadSheetReader. nextChunk()Returns the next chunk.SpreadSheetCsvSpreadSheetReader. nextChunk()Returns the next chunk.SpreadSheetFastCsvSpreadSheetReader. nextChunk()Returns the next chunk.SpreadSheetSimpleCsvSpreadSheetReader. nextChunk()Returns the next chunk.SpreadSheetSimpleStreamSpreadSheetReader. nextChunk()Returns the next chunk.SpreadSheetSqlDumpSpreadSheetReader. nextChunk()Returns the next chunk.SpreadSheetAbstractSpreadSheetReader. read(File file)Reads the spreadsheet from the specified file.SpreadSheetAbstractSpreadSheetReader. read(InputStream stream)Reads the spreadsheet from the stream.SpreadSheetAbstractSpreadSheetReader. read(Reader r)Reads the spreadsheet from the given reader.SpreadSheetAbstractSpreadSheetReader. read(String filename)Reads the spreadsheet from the given file.SpreadSheetAccessSpreadSheetReader.ChunkReader. read(com.healthmarketscience.jackcess.Table table)Reads the spreadsheet content from the specified table.SpreadSheetCsvSpreadSheetReader.ChunkReader. read(Reader r)Reads the spreadsheet content from the specified reader.SpreadSheetFastCsvSpreadSheetReader.ChunkReader. read(Reader r)Reads the spreadsheet content from the specified reader.SpreadSheetSpreadSheetReader. read(File file)Reads the spreadsheet from the specified file.SpreadSheetSpreadSheetReader. read(InputStream stream)Reads the spreadsheet from the stream.SpreadSheetSpreadSheetReader. read(Reader r)Reads the spreadsheet from the given reader.SpreadSheetSpreadSheetReader. read(String filename)Reads the spreadsheet from the given file.SpreadSheetSqlDumpSpreadSheetReader.ChunkReader. read(Reader r, int chunkSize)Reads the spreadsheet content from the specified reader.Methods in adams.data.io.input that return types with arguments of type SpreadSheet Modifier and Type Method Description protected List<SpreadSheet>AbstractMultiSheetSpreadSheetReader. doReadRange(File file)Performs the actual reading.protected List<SpreadSheet>AbstractMultiSheetSpreadSheetReader. doReadRange(InputStream in)Performs the actual reading.protected List<SpreadSheet>AbstractMultiSheetSpreadSheetReader. doReadRange(Reader r)Performs the actual reading.protected List<SpreadSheet>ExcelSpreadSheetReader. doReadRange(InputStream in)Reads the spreadsheet content from the specified file.protected List<SpreadSheet>ExcelStreamingSpreadSheetReader. doReadRange(File file)Reads the spreadsheet content from the specified file.protected List<SpreadSheet>GnumericSpreadSheetReader. doReadRange(InputStream in)Performs the actual reading.protected List<SpreadSheet>Mat5SpreadSheetReader. doReadRange(File file)Performs the actual reading.protected List<SpreadSheet>ODFSpreadSheetReader. doReadRange(InputStream in)Reads the spreadsheet content from the specified file.List<SpreadSheet>AbstractMultiSheetSpreadSheetReader. readRange(File file)Reads the spreadsheet from the specified file.List<SpreadSheet>AbstractMultiSheetSpreadSheetReader. readRange(InputStream stream)Reads the spreadsheets from the stream.List<SpreadSheet>AbstractMultiSheetSpreadSheetReader. readRange(Reader r)Reads the spreadsheets from the given reader.List<SpreadSheet>AbstractMultiSheetSpreadSheetReader. readRange(String filename)Reads the spreadsheets from the given file.List<SpreadSheet>MultiSheetSpreadSheetReader. readRange(File file)Reads the spreadsheet from the specified file.List<SpreadSheet>MultiSheetSpreadSheetReader. readRange(InputStream stream)Reads the spreadsheets from the stream.List<SpreadSheet>MultiSheetSpreadSheetReader. readRange(Reader r)Reads the spreadsheets from the given reader.List<SpreadSheet>MultiSheetSpreadSheetReader. readRange(String filename)Reads the spreadsheets from the given file.Methods in adams.data.io.input with parameters of type SpreadSheet Modifier and Type Method Description protected voidSpreadSheetTimeseriesReader. analyzeColumns(SpreadSheet sheet)Analyzes the columns.protected List<Report>ObjectLocationsSpreadSheetReader. convert(SpreadSheet sheet)Converts the spreadsheet into report(s).protected voidSpreadSheetTimeseriesReader. performRead(SpreadSheet sheet)Completes and returns the last timeseries that was started.protected TimeseriesPointSpreadSheetTimeseriesReader. readDataPoint(SpreadSheet sheet)Reads the next timeseries data point.voidAbstractSpreadSheetReader. setSpreadSheetType(SpreadSheet value)Sets the type of spreadsheet to use.voidSpreadSheetReader. setSpreadSheetType(SpreadSheet value)Sets the type of spreadsheet to use.Constructors in adams.data.io.input with parameters of type SpreadSheet Constructor Description SheetHandler(ExcelStreamingSpreadSheetReader owner, SpreadSheet sheet, org.apache.poi.xssf.model.SharedStrings sst)Initializes the SAX handler. -
Uses of SpreadSheet in adams.data.io.output
Fields in adams.data.io.output declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetAccessSpreadSheetWriter. m_Headerthe header of the first spreadsheet written to file, if appending is active.protected SpreadSheetCsvSpreadSheetWriter. m_Headerthe header of the first spreadsheet written to file, if appending is active.protected SpreadSheetSqlDumpSpreadSheetWriter. m_Headerthe header of the first spreadsheet written to file, if appending is active.Methods in adams.data.io.output that return SpreadSheet Modifier and Type Method Description protected SpreadSheetObjectLocationsSpreadSheetWriter. convert(Report data)Converts the report into a spreadsheet.Methods in adams.data.io.output with parameters of type SpreadSheet Modifier and Type Method Description protected voidFixedTabularSpreadSheetWriter. addSeparatorLine(SpreadSheet content, Writer writer)Adds a separator line to the output.booleanAccessSpreadSheetWriter. canAppend(SpreadSheet sheet)Checks whether we can append the specified spreadsheet to the existing file.booleanAppendableSpreadSheetWriter. canAppend(SpreadSheet sheet)Checks whether we can append the specified spreadsheet to the existing file.booleanCsvSpreadSheetWriter. canAppend(SpreadSheet sheet)Checks whether we can append the specified spreadsheet to the existing file.booleanSqlDumpSpreadSheetWriter. canAppend(SpreadSheet sheet)Checks whether we can append the specified spreadsheet to the existing file.protected int[]AutoWidthTabularSpreadSheetWriter. determineColWidths(SpreadSheet content)Determines the column widths.protected StringAccessSpreadSheetWriter. determineTableName(SpreadSheet sheet)Determines the name for the table.protected booleanAbstractMultiSheetSpreadSheetWriter. doWrite(SpreadSheet[] content, OutputStream out)Performs the actual writing.protected booleanAbstractMultiSheetSpreadSheetWriter. doWrite(SpreadSheet[] content, Writer writer)Performs the actual writing.protected booleanAbstractMultiSheetSpreadSheetWriter. doWrite(SpreadSheet[] content, String filename)Performs the actual writing.protected booleanAbstractMultiSheetSpreadSheetWriter. doWrite(SpreadSheet content, OutputStream out)Performs the actual writing.protected booleanAbstractMultiSheetSpreadSheetWriter. doWrite(SpreadSheet content, Writer writer)Performs the actual writing.protected booleanAbstractSpreadSheetWriter. doWrite(SpreadSheet content, OutputStream out)Performs the actual writing.protected booleanAbstractSpreadSheetWriter. doWrite(SpreadSheet content, Writer writer)Performs the actual writing.protected booleanAbstractSpreadSheetWriter. doWrite(SpreadSheet content, String filename)Performs the actual writing.protected booleanAbstractWekaSpreadSheetWriter. doWrite(SpreadSheet content, OutputStream out)Performs the actual writing.protected booleanAccessSpreadSheetWriter. doWrite(SpreadSheet content, String filename)Performs the actual writing.protected booleanAutoWidthTabularSpreadSheetWriter. doWrite(SpreadSheet content, Writer writer)Performs the actual writing.protected booleanCsvSpreadSheetWriter. doWrite(SpreadSheet content, Writer writer)Performs the actual writing.protected booleanExcelSpreadSheetWriter. doWrite(SpreadSheet[] content, OutputStream out)Performs the actual writing.protected booleanExcelStreamingSpreadSheetWriter. doWrite(SpreadSheet[] content, OutputStream out)Performs the actual writing.protected booleanFixedTabularSpreadSheetWriter. doWrite(SpreadSheet content, Writer writer)Performs the actual writing.protected booleanGnumericSpreadSheetWriter. doWrite(SpreadSheet[] content, OutputStream out)Performs the actual writing.protected booleanMat5SpreadSheetWriter. doWrite(SpreadSheet[] content, String filename)Performs the actual writing.protected booleanODFSpreadSheetWriter. doWrite(SpreadSheet[] content, OutputStream out)Performs the actual writing.protected booleanPropertiesSpreadSheetWriter. doWrite(SpreadSheet content, String filename)Performs the actual writing.protected booleanSimpleArffSpreadSheetWriter. doWrite(SpreadSheet content, Writer writer)Performs the actual writing.protected booleanSimpleStreamSpreadSheetWriter. doWrite(SpreadSheet content, Writer writer)Performs the actual writing.protected booleanSqlDumpSpreadSheetWriter. doWrite(SpreadSheet content, Writer writer)Performs the actual writing.protected longGnumericSpreadSheetWriter. getBound(SpreadSheet content, boolean cols)Returns the integer bound for number of columns/rows.booleanAbstractMultiSheetSpreadSheetWriter. write(SpreadSheet[] content, File file)Writes the spreadsheets to the specified file.booleanAbstractMultiSheetSpreadSheetWriter. write(SpreadSheet[] content, OutputStream stream)Writes the spreadsheets to the given output stream.booleanAbstractMultiSheetSpreadSheetWriter. write(SpreadSheet[] content, Writer writer)Writes the spreadsheets to the given writer.booleanAbstractMultiSheetSpreadSheetWriter. write(SpreadSheet[] content, String filename)Writes the spreadsheets to the given file.booleanAbstractSpreadSheetWriter. write(SpreadSheet content, File file)Writes the given content to the specified file.booleanAbstractSpreadSheetWriter. write(SpreadSheet content, OutputStream stream)Writes the spreadsheet in CSV format to the given output stream.booleanAbstractSpreadSheetWriter. write(SpreadSheet content, Writer writer)Writes the spreadsheet in CSV format to the given writer.booleanAbstractSpreadSheetWriter. write(SpreadSheet content, String filename)Writes the spreadsheet in CSV format to the given file.booleanMultiSheetSpreadSheetWriter. write(SpreadSheet[] content, File file)Writes the spreadsheets to the specified file.booleanMultiSheetSpreadSheetWriter. write(SpreadSheet[] content, OutputStream stream)Writes the spreadsheets to the given output stream.booleanMultiSheetSpreadSheetWriter. write(SpreadSheet[] content, Writer writer)Writes the spreadsheets to the given writer.booleanMultiSheetSpreadSheetWriter. write(SpreadSheet[] content, String filename)Writes the spreadsheets to the given file.booleanSpreadSheetWriter. write(SpreadSheet content, File file)Writes the given content to the specified file.booleanSpreadSheetWriter. write(SpreadSheet content, OutputStream stream)Writes the spreadsheet to the given output stream.booleanSpreadSheetWriter. write(SpreadSheet content, Writer writer)Writes the spreadsheet to the given writer.booleanSpreadSheetWriter. write(SpreadSheet content, String filename)Writes the spreadsheet to the given file.protected booleanSimpleStreamSpreadSheetWriter. writeRow(BufferedWriter writer, SpreadSheet sheet, Row row)Writes a row using the supplied writer. -
Uses of SpreadSheet in adams.data.report
Methods in adams.data.report that return SpreadSheet Modifier and Type Method Description SpreadSheetReport. toSpreadSheet()Returns the content as spreadsheet. -
Uses of SpreadSheet in adams.data.sequence
Methods in adams.data.sequence that return SpreadSheet Modifier and Type Method Description SpreadSheetXYSequence. toSpreadSheet()Returns the content as spreadsheet.SpreadSheetXYSequence. toSpreadSheet(List<XYSequencePoint> points)Returns the list of points as spreadsheet. -
Uses of SpreadSheet in adams.data.spreadsheet
Classes in adams.data.spreadsheet that implement SpreadSheet Modifier and Type Class Description classDefaultSpreadSheetRepresents a generic spreadsheet object.classSpreadSheetViewProvides a view of another spreadsheet.Fields in adams.data.spreadsheet declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetMetaData. m_Datafor storing the meta-data.protected SpreadSheetAbstractRow. m_Ownerthe owner.protected SpreadSheetDataRowView. m_Ownerthe owning spreadsheet.protected SpreadSheetDenseDataRow. m_Ownerthe owner.protected SpreadSheetSpreadSheetView. m_Sheetthe underlying spreadsheet.Methods in adams.data.spreadsheet that return SpreadSheet Modifier and Type Method Description static SpreadSheetSpreadSheetHelper. append(SpreadSheet first, SpreadSheet second, boolean noCopy)Appends two spreadsheets.static SpreadSheetSpreadSheetHelper. convertToNumeric(SpreadSheet sheet, Map<Integer,Map<String,Integer>> mappings, Double missing, double unhandled)Turns non-numeric cells into numeric ones.SpreadSheetDefaultSpreadSheet. getClone()Returns a clone of itself.SpreadSheetSpreadSheet. getClone()Returns a clone of itself.SpreadSheetSpreadSheetView. getClone()Returns a clone of itself.SpreadSheetDefaultSpreadSheet. getHeader()Returns the a spreadsheet with the same header and comments.SpreadSheetSpreadSheet. getHeader()Returns the a spreadsheet with the same header and comments.SpreadSheetSpreadSheetView. getHeader()Returns the view with the same header and comments.SpreadSheetAbstractRow. getOwner()Returns the spreadsheet this row belongs to.SpreadSheetDataRowView. getOwner()Returns the spreadsheet this row belongs to.SpreadSheetDenseDataRow. getOwner()Returns the spreadsheet this row belongs to.SpreadSheetRow. getOwner()Returns the spreadsheet this row belongs to.SpreadSheetSparseDataRow. getOwner()Returns the spreadsheet this row belongs to.SpreadSheetSpreadSheetView. getSheet()Returns the underlying sheet.SpreadSheetCell. getSpreadSheet()Returns the spreadsheet this cell belongs to.SpreadSheetCellView. getSpreadSheet()Returns the spreadsheet this cell belongs to.SpreadSheetDoubleCell. getSpreadSheet()Returns the spreadsheet this cell belongs to.SpreadSheetFloatCell. getSpreadSheet()Returns the spreadsheet this cell belongs to.SpreadSheetSpreadSheetColumnIndex. getSpreadSheet()Returns the underlying spreadsheet.SpreadSheetSpreadSheetColumnRange. getSpreadSheet()Returns the underlying spreadsheet.SpreadSheetSpreadSheetRowIndex. getSpreadSheet()Returns the underlying spreadsheet.SpreadSheetSpreadSheetRowRange. getSpreadSheet()Returns the underlying spreadsheet.SpreadSheetSpreadSheetUnorderedColumnRange. getSpreadSheet()Returns the underlying spreadsheet.SpreadSheetSpreadSheetUnorderedRowRange. getSpreadSheet()Returns the underlying spreadsheet.SpreadSheetSpreadSheetTypeHandler. getSpreadSheetType()Returns the type of spreadsheet to use.static SpreadSheetSpreadSheetHelper. mapToSpreadSheet(Map map, String[] header)Turns the map into a spreadsheet.SpreadSheetDefaultSpreadSheet. newInstance()Returns a new instance.SpreadSheetSpreadSheet. newInstance()Returns a new instance.SpreadSheetSpreadSheetView. newInstance()Returns a new instance.SpreadSheetMetaData. toSpreadSheet()Returns the meta-data as spreadsheet.SpreadSheetSpreadSheetSupporter. toSpreadSheet()Returns the content as spreadsheet.SpreadSheetDefaultSpreadSheet. toView(int[] rows, int[] columns)Creates a view of the spreadsheet with the specified rows/columns.SpreadSheetSpreadSheet. toView(int[] rows, int[] columns)Creates a view of the spreadsheet with the specified rows/columns.SpreadSheetSpreadSheetView. toView(int[] rows, int[] columns)Creates a view of the spreadsheet with the specified rows/columns.Methods in adams.data.spreadsheet with parameters of type SpreadSheet Modifier and Type Method Description static SpreadSheetSpreadSheetHelper. append(SpreadSheet first, SpreadSheet second, boolean noCopy)Appends two spreadsheets.voidDefaultSpreadSheet. assign(SpreadSheet sheet)Clears this spreadsheet and copies all the data from the given one.voidSpreadSheet. assign(SpreadSheet sheet)Clears this spreadsheet and copies all the data from the given one.voidSpreadSheetView. assign(SpreadSheet sheet)Uses this spreadsheet instead, performs no copy.static StringSpreadSheetHelper. compare(SpreadSheet first, SpreadSheet second)Compares two spreadsheets.static SpreadSheetSpreadSheetHelper. convertToNumeric(SpreadSheet sheet, Map<Integer,Map<String,Integer>> mappings, Double missing, double unhandled)Turns non-numeric cells into numeric ones.StringDefaultSpreadSheet. equalsHeader(SpreadSheet other)Compares the header of this spreadsheet with the other one.StringSpreadSheet. equalsHeader(SpreadSheet other)Compares the header of this spreadsheet with the other one.StringSpreadSheetView. equalsHeader(SpreadSheet other)Compares the header of this spreadsheet with the other one.protected StringRowIdentifier. generateKey(SpreadSheet sheet, int index, int[] indices)Generates a key for the specified row.DataRowDataRow. getClone(SpreadSheet owner)Returns a clone of itself.DataRowDataRowView. getClone(SpreadSheet owner)Returns a clone of itself.DataRowDenseDataRow. getClone(SpreadSheet owner)Creates a copy of itself.HeaderRowHeaderRow. getClone(SpreadSheet owner)Returns a clone of itself.RowRow. getClone(SpreadSheet owner)Returns a clone of itself.DataRowSparseDataRow. getClone(SpreadSheet owner)Returns a clone of itself.static String[]SpreadSheetUtils. getColumn(SpreadSheet sheet, int col, boolean unique, boolean sort)Returns the content of a column as array.static String[]SpreadSheetUtils. getColumn(SpreadSheet sheet, int col, boolean unique, boolean sort, String missing)Returns the content of a column as array.static double[]SpreadSheetUtils. getMinMax(SpreadSheet sheet, int[] columns, int[] rows)Determines min/max values in the spreadsheet.protected StringSpreadSheetColumnIndex. getName(SpreadSheet data, int colIndex)Returns the column name at the specified index.protected StringSpreadSheetColumnRange. getName(SpreadSheet data, int colIndex)Returns the column name at the specified index.protected StringSpreadSheetRowIndex. getName(SpreadSheet data, int colIndex)Unused.protected StringSpreadSheetRowRange. getName(SpreadSheet data, int colIndex)Unused.protected StringSpreadSheetUnorderedColumnRange. getName(SpreadSheet data, int colIndex)Returns the column name at the specified index.protected StringSpreadSheetUnorderedRowRange. getName(SpreadSheet data, int colIndex)Unused.static double[]SpreadSheetUtils. getNumericColumn(SpreadSheet sheet, int col)Returns the content of a numeric column as double array.static double[]SpreadSheetUtils. getNumericRow(SpreadSheet sheet, int rowIndex)Returns the content of a numeric row as double array.static double[]SpreadSheetUtils. getNumericRow(SpreadSheet sheet, int rowIndex, int[] columns)Returns the content of a numeric row as double array.protected intSpreadSheetColumnIndex. getNumNames(SpreadSheet data)Returns the number of columns the dataset has.protected intSpreadSheetColumnRange. getNumNames(SpreadSheet data)Returns the number of columns the dataset has.protected intSpreadSheetRowIndex. getNumNames(SpreadSheet data)Returns the number of rows the dataset has.protected intSpreadSheetRowRange. getNumNames(SpreadSheet data)Returns the number of rows the dataset has.protected intSpreadSheetUnorderedColumnRange. getNumNames(SpreadSheet data)Returns the number of columns the dataset has.protected intSpreadSheetUnorderedRowRange. getNumNames(SpreadSheet data)Returns the number of rows the dataset has.voidRowIdentifier. identify(SpreadSheet sheet)Configures the identifier with the specified sheet.static HashMap<String,Object>LookUpHelper. load(SpreadSheet sheet, String key, String value, boolean useNative, StringBuilder error)Generates a lookup table from the given spreadsheet.voidDefaultSpreadSheet. mergeWith(SpreadSheet other)Puts the content of the provided spreadsheet on the right.voidSpreadSheet. mergeWith(SpreadSheet other)Puts the content of the provided spreadsheet on the right.voidSpreadSheetView. mergeWith(SpreadSheet other)Puts the content of the provided spreadsheet on the right.voidAbstractRow. setOwner(SpreadSheet owner)Sets the spreadsheet this row belongs to.voidDataRowView. setOwner(SpreadSheet owner)Sets the spreadsheet this row belongs to.voidDenseDataRow. setOwner(SpreadSheet owner)Sets the spreadsheet this row belongs to.voidRow. setOwner(SpreadSheet owner)Sets the spreadsheet this row belongs to.voidSpreadSheetColumnIndex. setSpreadSheet(SpreadSheet value)Sets the spreadsheet to use for interpreting the column name.voidSpreadSheetColumnRange. setSpreadSheet(SpreadSheet value)Sets the spreadsheet to use for interpreting the column name.voidSpreadSheetRowIndex. setSpreadSheet(SpreadSheet value)Sets the spreadsheet to use for interpreting the row name.voidSpreadSheetRowRange. setSpreadSheet(SpreadSheet value)Sets the spreadsheet to use for interpreting the row name.voidSpreadSheetUnorderedColumnRange. setSpreadSheet(SpreadSheet value)Sets the spreadsheet to use for interpreting the column name.voidSpreadSheetUnorderedRowRange. setSpreadSheet(SpreadSheet value)Sets the spreadsheet to use for interpreting the column name.voidSpreadSheetTypeHandler. setSpreadSheetType(SpreadSheet value)Sets the type of spreadsheet to use.static List<String>SpreadSheetUtils. uniqueValues(SpreadSheet sheet)Returns a sorted list of all unique values in the spreadsheet (excludes missing values).Constructors in adams.data.spreadsheet with parameters of type SpreadSheet Constructor Description AbstractRow(SpreadSheet owner)default constructor.DataRowView(SpreadSheet owner, DataRow row, int[] columns)Initializes the view.DenseDataRow(SpreadSheet owner)Constructor that ties row to spreadsheet.DenseFloatDataRow(SpreadSheet owner)Constructor that ties row to spreadsheet.HeaderRow(SpreadSheet owner)default constructor.SparseDataRow(SpreadSheet owner)Constructor that ties row to spreadsheet.SparseFloatDataRow(SpreadSheet owner)Constructor that ties row to spreadsheet.SpreadSheetView(SpreadSheet sheet, int[] rows, int[] columns)Initializes the view.SpreadSheetView(SpreadSheet sheet, int fromRow, int toRow)Initializes the view. -
Uses of SpreadSheet in adams.data.spreadsheet.cellfinder
Fields in adams.data.spreadsheet.cellfinder declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetTypeRangeIterator. m_Sheetthe spreadsheet to process.Methods in adams.data.spreadsheet.cellfinder with parameters of type SpreadSheet Modifier and Type Method Description protected voidAbstractCellFinder. check(SpreadSheet sheet)Checks whether the spreadsheet can be processed.protected abstract Iterator<CellLocation>AbstractCellFinder. doFindCells(SpreadSheet sheet)Performs the actual locating.protected Iterator<CellLocation>CellRange. doFindCells(SpreadSheet sheet)Performs the actual locating.protected Iterator<CellLocation>CellTypeRange. doFindCells(SpreadSheet sheet)Performs the actual locating.protected Iterator<CellLocation>ColumnFinderRange. doFindCells(SpreadSheet sheet)Performs the actual locating.protected Iterator<CellLocation>CorrespondingColumn. doFindCells(SpreadSheet sheet)Performs the actual locating.protected Iterator<CellLocation>RowFinderRange. doFindCells(SpreadSheet sheet)Performs the actual locating.protected Iterator<CellLocation>SingleCell. doFindCells(SpreadSheet sheet)Performs the actual locating.Iterator<CellLocation>AbstractCellFinder. findCells(SpreadSheet sheet)Locates the cells in the spreadsheet.Iterator<CellLocation>CellFinder. findCells(SpreadSheet sheet)Locates the cells in the spreadsheet.Constructors in adams.data.spreadsheet.cellfinder with parameters of type SpreadSheet Constructor Description TypeRangeIterator(SpreadSheet sheet, Cell.ContentType type, int[] rows, int[] cols)Initializes the iterator. -
Uses of SpreadSheet in adams.data.spreadsheet.colstatistic
Methods in adams.data.spreadsheet.colstatistic that return SpreadSheet Modifier and Type Method Description protected SpreadSheetAbstractColumnStatistic. createOutputHeader()Generates the header for the statistics result.protected SpreadSheetAbstractColumnStatistic. doGenerate(SpreadSheet sheet, int colIndex)Performs the actual generation of statistics for the specified spreadsheet column.SpreadSheetAbstractColumnStatistic. generate(SpreadSheet sheet, int colIndex)Generates statistics for the specified spreadsheet column.protected abstract SpreadSheetAbstractColumnStatistic. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetArrayStatistic. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetDistinct. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetIQR. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetLabelCounts. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMax. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMean. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMedian. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMin. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMissing. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMultiColumnStatistic. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetPercentile. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetSignalToNoiseRatio. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetStandardDeviation. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetSum. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetUnique. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.Methods in adams.data.spreadsheet.colstatistic with parameters of type SpreadSheet Modifier and Type Method Description protected StringAbstractColumnStatistic. check(SpreadSheet sheet, int colIndex)Checks whether the spreadsheet can be handled.protected SpreadSheetAbstractColumnStatistic. doGenerate(SpreadSheet sheet, int colIndex)Performs the actual generation of statistics for the specified spreadsheet column.SpreadSheetAbstractColumnStatistic. generate(SpreadSheet sheet, int colIndex)Generates statistics for the specified spreadsheet column.protected abstract SpreadSheetAbstractColumnStatistic. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetArrayStatistic. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetDistinct. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetIQR. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetLabelCounts. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMax. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMean. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMedian. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMin. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMissing. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMultiColumnStatistic. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetPercentile. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetSignalToNoiseRatio. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetStandardDeviation. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetSum. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetUnique. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected abstract voidAbstractColumnStatistic. preVisit(SpreadSheet sheet, int colIndex)Performs initialization before the cells are being visited.protected voidAbstractDoubleArrayColumnStatistic. preVisit(SpreadSheet sheet, int colIndex)Performs initialization before the cells are being visited.protected voidDistinct. preVisit(SpreadSheet sheet, int colIndex)Performs initialization before the cells are being visited.protected voidLabelCounts. preVisit(SpreadSheet sheet, int colIndex)Performs initialization before the cells are being visited.protected voidMissing. preVisit(SpreadSheet sheet, int colIndex)Performs initialization before the cells are being visited.protected voidMultiColumnStatistic. preVisit(SpreadSheet sheet, int colIndex)Performs initialization before the cells are being visited.protected voidUnique. preVisit(SpreadSheet sheet, int colIndex)Performs initialization before the cells are being visited. -
Uses of SpreadSheet in adams.data.spreadsheet.columnfinder
Methods in adams.data.spreadsheet.columnfinder that return SpreadSheet Modifier and Type Method Description static SpreadSheetAbstractColumnFinder. filter(SpreadSheet input, int[] indices)Filters the columns of a spreadsheet, keeping the specified columns.static SpreadSheetAbstractColumnFinder. filter(SpreadSheet input, ColumnFinder finder)Filters the columns of a spreadsheet with the given column finder.Methods in adams.data.spreadsheet.columnfinder with parameters of type SpreadSheet Modifier and Type Method Description protected voidAbstractColumnFinder. check(SpreadSheet data)Checks the data.protected voidAbstractTrainableColumnFinder. check(SpreadSheet data)Checks the data.protected abstract int[]AbstractColumnFinder. doFindColumns(SpreadSheet data)Returns the columns of interest in the spreadsheet.protected int[]AllFinder. doFindColumns(SpreadSheet data)Returns the columns of interest in the spreadsheet.protected int[]ByContentType. doFindColumns(SpreadSheet data)Returns the columns of interest in the spreadsheet.protected int[]ByExactName. doFindColumns(SpreadSheet data)Returns the columns of interest in the spreadsheet.protected int[]ByIndex. doFindColumns(SpreadSheet data)Returns the columns of interest in the spreadsheet.protected int[]ByName. doFindColumns(SpreadSheet data)Returns the columns of interest in the spreadsheet.protected int[]DownSample. doFindColumns(SpreadSheet data)Returns the columns of interest in the spreadsheet.protected int[]FilteredColumnFinder. doFindColumns(SpreadSheet data)Returns the columns of interest in the spreadsheet.protected int[]Invert. doFindColumns(SpreadSheet data)Returns the columns of interest in the spreadsheet.protected int[]MultiColumnFinder. doFindColumns(SpreadSheet data)Returns the columns of interest in the spreadsheet.protected int[]NullFinder. doFindColumns(SpreadSheet data)Returns the columns of interest in the spreadsheet.protected int[]RowFilteredColumnFinder. doFindColumns(SpreadSheet data)Returns the columns of interest in the spreadsheet.protected int[]SubSample. doFindColumns(SpreadSheet data)Returns the columns of interest in the spreadsheet.protected booleanAbstractFilteredColumnFinder. doTrainColumnFinder(SpreadSheet data)Performs the actual training of the column finder with the specified spreadsheet.protected abstract booleanAbstractTrainableColumnFinder. doTrainColumnFinder(SpreadSheet data)Performs the actual training of the column finder with the specified spreadsheet.protected booleanMultiColumnFinder. doTrainColumnFinder(SpreadSheet data)Performs the actual training of the column finder with the specified spreadsheet.protected booleanRowFilteredColumnFinder. doTrainColumnFinder(SpreadSheet data)Performs the actual training of the column finder with the specified spreadsheet.static SpreadSheetAbstractColumnFinder. filter(SpreadSheet input, int[] indices)Filters the columns of a spreadsheet, keeping the specified columns.static SpreadSheetAbstractColumnFinder. filter(SpreadSheet input, ColumnFinder finder)Filters the columns of a spreadsheet with the given column finder.int[]AbstractColumnFinder. findColumns(SpreadSheet data)Returns the columns of interest in the spreadsheet.int[]ColumnFinder. findColumns(SpreadSheet data)Returns the columns of interest in the spreadsheet.booleanAbstractTrainableColumnFinder. trainColumnFinder(SpreadSheet data)Trains the column finder with the specified spreadsheet.booleanTrainableColumnFinder. trainColumnFinder(SpreadSheet data)Trains the column finder with the specified spreadsheet. -
Uses of SpreadSheet in adams.data.spreadsheet.filter
Methods in adams.data.spreadsheet.filter that return SpreadSheet Modifier and Type Method Description protected abstract SpreadSheetAbstractSpreadSheetFilter. doFilter(SpreadSheet data)Performs the actual filtering of the spreadsheet.protected SpreadSheetNormalize. doFilter(SpreadSheet data)Performs the actual filtering of the spreadsheet.protected SpreadSheetPassThrough. doFilter(SpreadSheet data)Performs the actual filtering of the spreadsheet.protected SpreadSheetStandardize. doFilter(SpreadSheet data)Performs the actual filtering of the spreadsheet.protected SpreadSheetWekaFilter. doFilter(SpreadSheet data)Performs the actual filtering of the spreadsheet.protected abstract SpreadSheetAbstractTrainableSpreadSheetFilter. doTrain(SpreadSheet data)Performs the actual retraining on the spreadsheet.protected SpreadSheetNormalize. doTrain(SpreadSheet data)Performs the actual retraining on the spreadsheet.protected SpreadSheetStandardize. doTrain(SpreadSheet data)Performs the actual retraining on the spreadsheet.protected SpreadSheetWekaFilter. doTrain(SpreadSheet data)Performs the actual retraining on the spreadsheet.SpreadSheetAbstractSpreadSheetFilter. filter(SpreadSheet data)Filters the spreadsheet.SpreadSheetAbstractTrainableSpreadSheetFilter. filter(SpreadSheet data)Filters the spreadsheet.SpreadSheetSpreadSheetFilter. filter(SpreadSheet data)Filters the spreadsheet.protected SpreadSheetWekaFilter. toSpreadSheet(weka.core.Instances data)Converts the Instances into a SpreadSheet object.SpreadSheetAbstractTrainableSpreadSheetFilter. train(SpreadSheet data)(Re-)Trains on the spreadsheet.SpreadSheetTrainableSpreadSheetFilter. train(SpreadSheet data)(Re-)Trains on the spreadsheet.Methods in adams.data.spreadsheet.filter with parameters of type SpreadSheet Modifier and Type Method Description protected StringAbstractSpreadSheetFilter. check(SpreadSheet data)Hook method for checks.protected StringAbstractTrainableSpreadSheetFilter. checkTrain(SpreadSheet data)Hook method for checks (training data).protected StringNormalize. checkTrain(SpreadSheet data)Hook method for checks (training data).protected abstract SpreadSheetAbstractSpreadSheetFilter. doFilter(SpreadSheet data)Performs the actual filtering of the spreadsheet.protected SpreadSheetNormalize. doFilter(SpreadSheet data)Performs the actual filtering of the spreadsheet.protected SpreadSheetPassThrough. doFilter(SpreadSheet data)Performs the actual filtering of the spreadsheet.protected SpreadSheetStandardize. doFilter(SpreadSheet data)Performs the actual filtering of the spreadsheet.protected SpreadSheetWekaFilter. doFilter(SpreadSheet data)Performs the actual filtering of the spreadsheet.protected abstract SpreadSheetAbstractTrainableSpreadSheetFilter. doTrain(SpreadSheet data)Performs the actual retraining on the spreadsheet.protected SpreadSheetNormalize. doTrain(SpreadSheet data)Performs the actual retraining on the spreadsheet.protected SpreadSheetStandardize. doTrain(SpreadSheet data)Performs the actual retraining on the spreadsheet.protected SpreadSheetWekaFilter. doTrain(SpreadSheet data)Performs the actual retraining on the spreadsheet.SpreadSheetAbstractSpreadSheetFilter. filter(SpreadSheet data)Filters the spreadsheet.SpreadSheetAbstractTrainableSpreadSheetFilter. filter(SpreadSheet data)Filters the spreadsheet.SpreadSheetSpreadSheetFilter. filter(SpreadSheet data)Filters the spreadsheet.protected weka.core.InstancesWekaFilter. toInstances(SpreadSheet data)Converts the spreadsheet into an Instances object.SpreadSheetAbstractTrainableSpreadSheetFilter. train(SpreadSheet data)(Re-)Trains on the spreadsheet.SpreadSheetTrainableSpreadSheetFilter. train(SpreadSheet data)(Re-)Trains on the spreadsheet. -
Uses of SpreadSheet in adams.data.spreadsheet.matrixstatistic
Methods in adams.data.spreadsheet.matrixstatistic that return SpreadSheet Modifier and Type Method Description protected SpreadSheetAbstractMatrixStatistic. createOutputHeader()Generates the header for the statistics result.protected abstract SpreadSheetAbstractMatrixStatistic. doGenerate(SpreadSheet sheet)Performs the actual generation of statistics for the specified spreadsheet.protected SpreadSheetMax. doGenerate(SpreadSheet sheet)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMean. doGenerate(SpreadSheet sheet)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMedian. doGenerate(SpreadSheet sheet)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMin. doGenerate(SpreadSheet sheet)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMissing. doGenerate(SpreadSheet sheet)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMultiMatrixStatistic. doGenerate(SpreadSheet sheet)Performs the actual generation of statistics for the specified spreadsheet.protected SpreadSheetStandardDeviation. doGenerate(SpreadSheet sheet)Finishes up the stats generation after all the cells have been visited.SpreadSheetAbstractMatrixStatistic. generate(SpreadSheet sheet)Generates statistics for the specified spreadsheet.Methods in adams.data.spreadsheet.matrixstatistic with parameters of type SpreadSheet Modifier and Type Method Description protected StringAbstractMatrixStatistic. check(SpreadSheet sheet)Checks whether the spreadsheet can be handled.protected abstract SpreadSheetAbstractMatrixStatistic. doGenerate(SpreadSheet sheet)Performs the actual generation of statistics for the specified spreadsheet.protected SpreadSheetMax. doGenerate(SpreadSheet sheet)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMean. doGenerate(SpreadSheet sheet)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMedian. doGenerate(SpreadSheet sheet)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMin. doGenerate(SpreadSheet sheet)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMissing. doGenerate(SpreadSheet sheet)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMultiMatrixStatistic. doGenerate(SpreadSheet sheet)Performs the actual generation of statistics for the specified spreadsheet.protected SpreadSheetStandardDeviation. doGenerate(SpreadSheet sheet)Finishes up the stats generation after all the cells have been visited.SpreadSheetAbstractMatrixStatistic. generate(SpreadSheet sheet)Generates statistics for the specified spreadsheet.protected gnu.trove.list.TDoubleListAbstractMatrixStatistic. getNumericValues(SpreadSheet sheet)Returns all the numeric values in the matrix, skipping NaN and infinity. -
Uses of SpreadSheet in adams.data.spreadsheet.rowfinder
Methods in adams.data.spreadsheet.rowfinder that return SpreadSheet Modifier and Type Method Description static SpreadSheetAbstractRowFinder. filter(SpreadSheet input, RowFinder finder)Filters the rows of the spreadsheet with the specified row finder.Methods in adams.data.spreadsheet.rowfinder with parameters of type SpreadSheet Modifier and Type Method Description protected voidAbstractRowFinder. check(SpreadSheet data)Checks the data.protected voidAbstractTrainableRowFinder. check(SpreadSheet data)Checks the data.protected abstract int[]AbstractRowFinder. doFindRows(SpreadSheet data)Returns the rows of interest in the spreadsheet.protected int[]AllFinder. doFindRows(SpreadSheet data)Returns the rows of interest in the spreadsheet.protected int[]ByContentType. doFindRows(SpreadSheet data)Returns the rows of interest in the spreadsheet.protected int[]ByDateValue. doFindRows(SpreadSheet data)Returns the rows of interest in the spreadsheet.protected int[]ByIndex. doFindRows(SpreadSheet data)Returns the rows of interest in the spreadsheet.protected int[]ByNumericRange. doFindRows(SpreadSheet data)Returns the rows of interest in the spreadsheet.protected int[]ByNumericValue. doFindRows(SpreadSheet data)Returns the rows of interest in the spreadsheet.protected int[]ByStringComparison. doFindRows(SpreadSheet data)Returns the rows of interest in the spreadsheet.protected int[]ByValue. doFindRows(SpreadSheet data)Returns the rows of interest in the spreadsheet.protected int[]ClosestNumericValue. doFindRows(SpreadSheet data)Returns the rows of interest in the spreadsheet.protected int[]DownSample. doFindRows(SpreadSheet data)Returns the rows of interest in the spreadsheet.protected int[]Invert. doFindRows(SpreadSheet data)Returns the rows of interest in the spreadsheet.protected int[]IsNumeric. doFindRows(SpreadSheet data)Returns the rows of interest in the spreadsheet.protected int[]MissingValue. doFindRows(SpreadSheet data)Returns the rows of interest in the spreadsheet.protected int[]MultiRowFinder. doFindRows(SpreadSheet data)Returns the rows of interest in the spreadsheet.protected int[]NullFinder. doFindRows(SpreadSheet data)Returns the rows of interest in the spreadsheet.protected int[]SubSample. doFindRows(SpreadSheet data)Returns the rows of interest in the spreadsheet.protected booleanAbstractFilteredRowFinder. doTrainRowFinder(SpreadSheet data)Performs the actual training of the row finder with the specified spreadsheet.protected abstract booleanAbstractTrainableRowFinder. doTrainRowFinder(SpreadSheet data)Performs the actual training of the row finder with the specified spreadsheet.protected booleanMultiRowFinder. doTrainRowFinder(SpreadSheet data)Performs the actual training of the row finder with the specified spreadsheet.static SpreadSheetAbstractRowFinder. filter(SpreadSheet input, RowFinder finder)Filters the rows of the spreadsheet with the specified row finder.int[]AbstractRowFinder. findRows(SpreadSheet data)Returns the rows of interest in the spreadsheet.int[]RowFinder. findRows(SpreadSheet data)Returns the rows of interest in the spreadsheet.booleanAbstractTrainableRowFinder. trainRowFinder(SpreadSheet data)Trains the row finder with the specified spreadsheet.booleanTrainableRowFinder. trainRowFinder(SpreadSheet data)Trains the row finder with the specified spreadsheet. -
Uses of SpreadSheet in adams.data.spreadsheet.rowscore
Methods in adams.data.spreadsheet.rowscore with parameters of type SpreadSheet Modifier and Type Method Description Double[]AbstractRowScore. calculateScore(SpreadSheet sheet, int rowIndex)Performs the calculation of the row score(s).protected StringAbstractRowScore. check(SpreadSheet sheet, int rowIndex)Checks whether the spreadsheet can be handled.protected abstract Double[]AbstractRowScore. doCalculateScore(SpreadSheet sheet, int rowIndex)Performs the actual calculation of the row score(s).protected Double[]ArrayStatistic. doCalculateScore(SpreadSheet sheet, int rowIndex)Performs the actual calculation of the row score.protected Double[]ColumnSubset. doCalculateScore(SpreadSheet sheet, int rowIndex)Performs the actual calculation of the row score.protected Double[]DistanceFromConstant. doCalculateScore(SpreadSheet sheet, int rowIndex)Performs the actual calculation of the row score.protected Double[]EqualWidthBins. doCalculateScore(SpreadSheet sheet, int rowIndex)Performs the actual calculation of the row score.protected Double[]MathExpression. doCalculateScore(SpreadSheet sheet, int rowIndex)Performs the actual calculation of the row score.protected Double[]MultiRowScore. doCalculateScore(SpreadSheet sheet, int rowIndex)Performs the actual calculation of the row score.protected Double[]NonMissing. doCalculateScore(SpreadSheet sheet, int rowIndex)Performs the actual calculation of the row score.protected Double[]RowStatistic. doCalculateScore(SpreadSheet sheet, int rowIndex)Performs the actual calculation of the row score.protected Double[]SAXDistanceFromBaseline. doCalculateScore(SpreadSheet sheet, int rowIndex)Performs the actual calculation of the row score. -
Uses of SpreadSheet in adams.data.spreadsheet.rowstatistic
Methods in adams.data.spreadsheet.rowstatistic that return SpreadSheet Modifier and Type Method Description protected SpreadSheetAbstractRowStatistic. createOutputHeader()Generates the header for the statistics result.protected SpreadSheetAbstractRowStatistic. doGenerate(SpreadSheet sheet, int rowIndex)Performs the actual generation of statistics for the specified spreadsheet row.SpreadSheetAbstractRowStatistic. generate(SpreadSheet sheet, int rowIndex)Generates statistics for the specified spreadsheet row.protected abstract SpreadSheetAbstractRowStatistic. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetArrayStatistic. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetDistinct. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetIQR. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetLabelCounts. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMax. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMean. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMedian. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMin. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMissing. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMultiRowStatistic. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetPercentile. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetSignalToNoiseRatio. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetStandardDeviation. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetSum. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetUnique. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.Methods in adams.data.spreadsheet.rowstatistic with parameters of type SpreadSheet Modifier and Type Method Description protected StringAbstractRowStatistic. check(SpreadSheet sheet, int rowIndex)Checks whether the spreadsheet can be handled.protected SpreadSheetAbstractRowStatistic. doGenerate(SpreadSheet sheet, int rowIndex)Performs the actual generation of statistics for the specified spreadsheet row.SpreadSheetAbstractRowStatistic. generate(SpreadSheet sheet, int rowIndex)Generates statistics for the specified spreadsheet row.protected abstract SpreadSheetAbstractRowStatistic. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetArrayStatistic. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetDistinct. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetIQR. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetLabelCounts. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMax. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMean. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMedian. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMin. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMissing. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetMultiRowStatistic. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetPercentile. postVisit(SpreadSheet sheet, int colIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetSignalToNoiseRatio. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetStandardDeviation. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetSum. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected SpreadSheetUnique. postVisit(SpreadSheet sheet, int rowIndex)Finishes up the stats generation after all the cells have been visited.protected voidAbstractDoubleArrayRowStatistic. preVisit(SpreadSheet sheet, int rowIndex)Performs initialization before the cells are being visited.protected abstract voidAbstractRowStatistic. preVisit(SpreadSheet sheet, int rowIndex)Performs initialization before the cells are being visited.protected voidDistinct. preVisit(SpreadSheet sheet, int rowIndex)Performs initialization before the cells are being visited.protected voidLabelCounts. preVisit(SpreadSheet sheet, int rowIndex)Performs initialization before the cells are being visited.protected voidMissing. preVisit(SpreadSheet sheet, int rowIndex)Performs initialization before the cells are being visited.protected voidMultiRowStatistic. preVisit(SpreadSheet sheet, int rowIndex)Performs initialization before the cells are being visited.protected voidUnique. preVisit(SpreadSheet sheet, int rowIndex)Performs initialization before the cells are being visited. -
Uses of SpreadSheet in adams.data.spreadsheet.sql
Fields in adams.data.spreadsheet.sql declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetReader. m_Headerthe header.protected SpreadSheetWriter. m_Sheetthe underlying spreadm_Sheet.Methods in adams.data.spreadsheet.sql that return SpreadSheet Modifier and Type Method Description SpreadSheetReader. getHeader()Returns the current header.SpreadSheetReader. read(ResultSet rs)Reads all the data from the provided result set.SpreadSheetReader. read(ResultSet rs, int max)Reads the data from the provided result set, up to the specified maximum of rows.Constructors in adams.data.spreadsheet.sql with parameters of type SpreadSheet Constructor Description Writer(SpreadSheet sheet, AbstractTypeMapper typeMapper, String table, int maxCol, ColumnNameConversion colName, String stringCol, int maxStr, int batchSize)Initializes the object. -
Uses of SpreadSheet in adams.data.statistics
Methods in adams.data.statistics that return SpreadSheet Modifier and Type Method Description SpreadSheetAbstractArrayStatistic.StatisticContainer. toSpreadSheet()Generates a SpreadSheet object from the stored data.SpreadSheetAbstractDataStatistic. toSpreadSheet()Returns the content as spreadsheet. -
Uses of SpreadSheet in adams.data.timeseries
Methods in adams.data.timeseries that return SpreadSheet Modifier and Type Method Description SpreadSheetTimeseries. toSpreadSheet()Returns the content as spreadsheet. -
Uses of SpreadSheet in adams.db
Methods in adams.db that return SpreadSheet Modifier and Type Method Description static SpreadSheetMetaDataUtils. getMetaData(AbstractDatabaseConnection conn, AbstractTypeMapper mapper, MetaDataType type, String table, MessageCollection errors)Generates spreadsheet with the metadata.Methods in adams.db with parameters of type SpreadSheet Modifier and Type Method Description protected static voidMetaDataUtils. addRow(SpreadSheet sheet, String key, Object value)Adds a row to the sheet with the given key and value.protected static voidMetaDataUtils. addRow(DatabaseMetaData metadata, SpreadSheet sheet, String key)Adds a row to the sheet with the given key. -
Uses of SpreadSheet in adams.event
Methods in adams.event that return SpreadSheet Modifier and Type Method Description SpreadSheetSpreadSheetColumnInsertionEvent. getSpreadSheet()Returns the spreadsheet that triggered this event.Constructors in adams.event with parameters of type SpreadSheet Constructor Description SpreadSheetColumnInsertionEvent(SpreadSheet source, int columnIndex)Initializes the event. -
Uses of SpreadSheet in adams.flow.container
Methods in adams.flow.container that return SpreadSheet Modifier and Type Method Description SpreadSheetAbstractContainer. toSpreadSheet()Returns the content as spreadsheet.SpreadSheetContainer. toSpreadSheet()Returns the content as spreadsheet.Constructors in adams.flow.container with parameters of type SpreadSheet Constructor Description OutlierContainer(SpreadSheet original, SpreadSheet clean, SpreadSheet outliers)Initializes the container with no header.OutlierContainer(SpreadSheet original, SpreadSheet clean, SpreadSheet outliers, int[] indices)Initializes the container with no header.OutlierContainer(SpreadSheet original, SpreadSheet clean, SpreadSheet outliers, Integer[] indices)Initializes the container with no header.PredictionEccentricityContainer(SpreadSheet predictions, Double eccentricity, BooleanArrayMatrixView matrix)Initializes the container with no header.SpreadSheetCellSelectionContainer(SpreadSheet original, SpreadSheet selected, SpreadSheet subset)Initializes the container with the relevant spreadheets.WekaAttributeSelectionContainer(weka.core.Instances train, weka.core.Instances reduced, weka.core.Instances transformed, weka.attributeSelection.AttributeSelection eval, SpreadSheet statistics, String range)Initializes the container.WekaAttributeSelectionContainer(weka.core.Instances train, weka.core.Instances reduced, weka.core.Instances transformed, weka.attributeSelection.AttributeSelection eval, SpreadSheet statistics, String range, Long seed, Integer foldCount)Initializes the container.WekaExperimentContainer(AbstractExperiment exp, weka.core.Instances inst, SpreadSheet sheet)Initializes the container. -
Uses of SpreadSheet in adams.flow.control.removeoutliers
Methods in adams.flow.control.removeoutliers with parameters of type SpreadSheet Modifier and Type Method Description StringAbstractNumericOutlierDetector. check(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)Check method before detection.StringAbstractOutlierDetector. check(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)Check method before detection.StringMultiOutlierDetector. 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 SpreadSheet in adams.flow.core
Methods in adams.flow.core that return SpreadSheet Modifier and Type Method Description protected SpreadSheetActorUsage. analyzeFlows(List<String> flows)Analyzes all the flows.SpreadSheetActorUsage. execute()Generates the actor usage spreadsheet and saves it if possible.SpreadSheetActorStatistic. toSpreadSheet()Returns the content as spreadsheet. -
Uses of SpreadSheet in adams.flow.execution
Methods in adams.flow.execution that return SpreadSheet Modifier and Type Method Description SpreadSheetAbstractFlowExecutionListenerWithTable. getSheet()Returns the table as spreadsheet. -
Uses of SpreadSheet in adams.flow.processor
Fields in adams.flow.processor declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetActorStatistics. m_Sheetthe spreadsheet to display. -
Uses of SpreadSheet in adams.flow.sink
Fields in adams.flow.sink declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetPlotContainerSink. m_SpreadSheetstores the content of the plot containers.Methods in adams.flow.sink that return SpreadSheet Modifier and Type Method Description SpreadSheetHistogram. toSpreadSheet()Returns the content as spreadsheet.SpreadSheetScatterDisplay. toSpreadSheet()Returns the content as spreadsheet.SpreadSheetSpreadSheetDisplay. toSpreadSheet()Returns the content as spreadsheet.Methods in adams.flow.sink with parameters of type SpreadSheet Modifier and Type Method Description protected voidActualVsPredictedPlot. addData(SequencePlotterPanel panel, SpreadSheet sheet)Adds the spreadsheet to the given panel. -
Uses of SpreadSheet in adams.flow.sink.sequenceplotter
Methods in adams.flow.sink.sequenceplotter with parameters of type SpreadSheet Modifier and Type Method Description protected voidViewDataClickAction. showData(SequencePlotterPanel panel, SpreadSheet sheet)Displays the data. -
Uses of SpreadSheet in adams.flow.source
Fields in adams.flow.source declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetNewSpreadSheet. m_SpreadSheetTypethe type of spreadsheet to use.Methods in adams.flow.source that return SpreadSheet Modifier and Type Method Description SpreadSheetNewSpreadSheet. getSpreadSheetType()Returns the type of spreadsheet to use.protected SpreadSheetEnterManyValues. propertiesToSpreadSheet(Properties props)Converts the properties into a spreadsheet (single row, with property names for column names).Methods in adams.flow.source with parameters of type SpreadSheet Modifier and Type Method Description voidNewSpreadSheet. setSpreadSheetType(SpreadSheet value)Sets the type of spreadsheet to use. -
Uses of SpreadSheet in adams.flow.standalone
Methods in adams.flow.standalone that return SpreadSheet Modifier and Type Method Description SpreadSheetTabView. toSpreadSheet()Returns the content as spreadsheet. -
Uses of SpreadSheet in adams.flow.transformer
Fields in adams.flow.transformer declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetSpreadSheetRowBuffer. m_Bufferthe currently buffered data.protected SpreadSheetSpreadSheetFilter.FilterJob. m_Datathe data to filter.protected SpreadSheetSpreadSheetFilter.FilterJob. m_Filteredthe filtered data.protected SpreadSheetSpreadSheetStorageRowIterator. m_Sheetthe underlying sheet.protected SpreadSheetSpreadSheetVariableRowIterator. m_Sheetthe underlying sheet.protected SpreadSheetSpreadSheetSubsetByValue. m_Sortedthe sorted spreadsheet.Methods in adams.flow.transformer that return SpreadSheet Modifier and Type Method Description protected SpreadSheetSpreadSheetMerge. excludeAttributes(SpreadSheet sheet)Excludes columns from the data.protected SpreadSheetWekaInstancesInfo. getAttributeStats(weka.core.Instances data, int index)Generates attributes statistics.SpreadSheetSpreadSheetFilter.FilterJob. getFiltered()Returns the filtered data.protected SpreadSheet[]SpreadSheetMethodMerge. getInput()Gets the input Spreadsheets to merge.protected SpreadSheetWekaExtractPLSMatrix. getMatrix(weka.classifiers.Classifier classifier)Returns the spreadsheet representation of the chosen from the classifier.protected SpreadSheetWekaExtractPLSMatrix. getMatrix(PLSMatrixAccess obj)Returns the spreadsheet representation of the chosen from the classifier/filter.protected SpreadSheetWekaGenericPLSMatrixAccess. getMatrix(weka.classifiers.Classifier classifier)Returns the spreadsheet representation of the chosen from the classifier.protected SpreadSheetWekaGenericPLSMatrixAccess. getMatrix(GenericPLSMatrixAccess obj)Returns the spreadsheet representation of the chosen from the classifier/filter.protected SpreadSheetSpreadSheetMerge. merge(SpreadSheet[] orig, SpreadSheet[] sheets, HashSet ids)Merges the datasets based on the collected IDs.protected SpreadSheetSpreadSheetMerge. prefixColumns(SpreadSheet inst, int index)Prefixes the columns.protected SpreadSheetSpreadSheetMerge. prepareData(SpreadSheet inst, int index)Prepares the data, prefixing columns, removing columns, etc, before merging it.protected SpreadSheetSpreadSheetMethodMerge. spreadsheetForSingleDatarow(DataRow row)Creates a spreadsheet, containing a copy of the single datarow provided.Methods in adams.flow.transformer with parameters of type SpreadSheet Modifier and Type Method Description protected StringWekaEvaluationValues. addStatistic(weka.classifiers.Evaluation eval, SpreadSheet sheet, EvaluationStatistic statistic, int classIndex, boolean useIndex)Adds the specified statistic to the spreadsheet.protected voidWekaInstancesInfo. addStatistic(SpreadSheet sheet, String name, Object value)Adds a statistic to the dataset.protected HashMap<SpreadSheetAggregate.Aggregate,Number>SpreadSheetAggregate. computeAggregates(SpreadSheet input, List<Integer> subset, int index)Computes the aggregates.protected StringSpreadSheetConvertCells. convertCell(CellLocation location, SpreadSheet sheet)Applies the conversion to the cell.protected StringSpreadSheetConvertHeaderCells. convertCell(Cell cell, SpreadSheet sheet)Applies the conversion to the cell.protected RowSpreadSheetDifference. difference(SpreadSheet output, Row row1, Row row2)Computes the difference between the two rows: actual difference is computed for numeric cells.protected SpreadSheetSpreadSheetMerge. excludeAttributes(SpreadSheet sheet)Excludes columns from the data.protected voidSpreadSheetDifference. generateOutputRow(SpreadSheet output, Row rowDiff)Generates a row and appends it to the output.protected Double[]SpreadSheetHistogramRanges. getColumn(SpreadSheet sheet, int index)Returns the column as Double array.protected Double[]SpreadSheetStatistic. getColumn(SpreadSheet sheet, int index)Returns the column as Double array.protected Double[]SpreadSheetHistogramRanges. getRow(SpreadSheet sheet, int index)Returns the row as Double array.protected Double[]SpreadSheetStatistic. getRow(SpreadSheet sheet, int index)Returns the row as Double array.protected voidSpreadSheetDifference. initRowLookup(SpreadSheet[] sheets)Initializes the row lookup, if necessary.protected SpreadSheetSpreadSheetMerge. merge(SpreadSheet[] orig, SpreadSheet[] sheets, HashSet ids)Merges the datasets based on the collected IDs.protected SpreadSheetSpreadSheetMerge. prefixColumns(SpreadSheet inst, int index)Prefixes the columns.protected SpreadSheetSpreadSheetMerge. prepareData(SpreadSheet inst, int index)Prepares the data, prefixing columns, removing columns, etc, before merging it.protected voidSpreadSheetMethodMerge. setOutput(SpreadSheet output)Sets the payload of the output token for this transformer.protected FieldSpreadSheetInfo. toField(SpreadSheet sheet, int col)Turns the column into a field.protected voidSpreadSheetConvertCells. transfer(SpreadSheet source, Cell cell)Transfers the spreadsheet content as new columns to the spreadsheet the row belongs to.protected voidSpreadSheetTransformCells. transfer(SpreadSheet source, Cell cell)Transfers the spreadsheet content as new columns to the spreadsheet the row belongs to.protected StringSpreadSheetTransformCells. transformCell(CellLocation location, SpreadSheet sheet)Applies the transformation to the cell.protected StringSpreadSheetTransformHeaderCells. transformCell(Cell cell, SpreadSheet sheet)Applies the transformer to the cell.protected voidSpreadSheetMerge. updateIDs(int sheetIndex, SpreadSheet inst, HashSet ids)Updates the IDs in the hashset with the ones stored in the ID column of the provided spreadsheet.protected voidSpreadSheetFileReader. updateName(SpreadSheet sheet, File file, String suffix)Updates the name of the sheet if no name present and a filename available.Constructors in adams.flow.transformer with parameters of type SpreadSheet Constructor Description FilterJob(SpreadSheetFilter filter, SpreadSheet data)Initializes the job.Table(SpreadSheet sheet)Initializes the table.TableModel(SpreadSheet sheet)Initializes the model with the given spread sheet.TableModel(SpreadSheet sheet, int numDec)Initializes the model with the given spread sheet and number of decimals to display. -
Uses of SpreadSheet in adams.flow.transformer.indexedsplitsrunspredictions
Methods in adams.flow.transformer.indexedsplitsrunspredictions that return SpreadSheet Modifier and Type Method Description protected abstract SpreadSheetAbstractIndexedSplitsRunsPredictions. doGenerate(T data, IndexedSplitsRuns runs, MessageCollection errors)Generates predictions by applying the indexed splits runs to the data.protected SpreadSheetInstancesIndexedSplitsRunsPredictions. doGenerate(weka.core.Instances data, IndexedSplitsRuns runs, MessageCollection errors)Generates predictions by applying the indexed splits runs to the data.protected SpreadSheetNullPredictions. doGenerate(Object data, IndexedSplitsRuns runs, MessageCollection errors)Generates predictions by applying the indexed splits runs to the data.SpreadSheetAbstractIndexedSplitsRunsPredictions. generate(T data, IndexedSplitsRuns runs, MessageCollection errors)Generates predictions by applying the indexed splits runs to the data.SpreadSheetIndexedSplitsRunsPredictions. generate(T data, IndexedSplitsRuns runs, MessageCollection errors)Generates predictions by applying the indexed splits runs to the data. -
Uses of SpreadSheet in adams.flow.transformer.locateobjects
Methods in adams.flow.transformer.locateobjects that return SpreadSheet Modifier and Type Method Description SpreadSheetLocatedObject. toSpreadSheet()Returns the content as spreadsheet.SpreadSheetLocatedObject. toSpreadSheet(String[] metaDataKeys)Returns the content as spreadsheet. -
Uses of SpreadSheet in adams.flow.transformer.metadata
Methods in adams.flow.transformer.metadata that return SpreadSheet Modifier and Type Method Description protected abstract SpreadSheetAbstractMetaDataExtractor. doExtract(File file)Performs the actual meta-data extraction.protected SpreadSheetApacheCommons. doExtract(File file)Performs the actual meta-data extraction.protected SpreadSheetMetaDataExtractor. doExtract(File file)Performs the actual meta-data extraction.SpreadSheetAbstractMetaDataExtractor. extract(File file)Extracts the meta-data from the image. -
Uses of SpreadSheet in adams.flow.transformer.multispreadsheetoperation
Methods in adams.flow.transformer.multispreadsheetoperation that return SpreadSheet Modifier and Type Method Description protected SpreadSheetAbstractIndentifiableRowOperation. doProcess(SpreadSheet[] sheets, MessageCollection errors)Performs the actual processing of the sheets.protected SpreadSheetCommonIDs. doProcess(SpreadSheet[] sheets, MessageCollection errors)Performs the actual processing of the sheets.protected SpreadSheetMerge. doProcess(SpreadSheet[] sheets, MessageCollection errors)Performs the actual processing of the sheets.protected SpreadSheetOverlay. doProcess(SpreadSheet[] sheets, MessageCollection errors)Performs the actual processing of the sheets.protected SpreadSheet[]PassThrough. doProcess(SpreadSheet[] sheets, MessageCollection errors)Performs the actual processing of the sheets.Methods in adams.flow.transformer.multispreadsheetoperation with parameters of type SpreadSheet Modifier and Type Method Description protected voidAbstractMultiSpreadSheetOperation. check(SpreadSheet[] sheets)Checks the sheets.protected voidOverlay. check(SpreadSheet[] sheets)Checks the sheets.protected SpreadSheetAbstractIndentifiableRowOperation. doProcess(SpreadSheet[] sheets, MessageCollection errors)Performs the actual processing of the sheets.protected abstract OAbstractMultiSpreadSheetOperation. doProcess(SpreadSheet[] sheets, MessageCollection errors)Performs the actual processing of the sheets.protected SpreadSheetCommonIDs. doProcess(SpreadSheet[] sheets, MessageCollection errors)Performs the actual processing of the sheets.protected SpreadSheetMerge. doProcess(SpreadSheet[] sheets, MessageCollection errors)Performs the actual processing of the sheets.protected SpreadSheetOverlay. doProcess(SpreadSheet[] sheets, MessageCollection errors)Performs the actual processing of the sheets.protected SpreadSheet[]PassThrough. doProcess(SpreadSheet[] sheets, MessageCollection errors)Performs the actual processing of the sheets.protected voidAbstractIndentifiableRowOperation. generateOutputRow(SpreadSheet output, Row rowDiff)Generates a row and appends it to the output.protected voidAbstractIndentifiableRowOperation. initRowLookup(SpreadSheet[] sheets)Initializes the row lookup, if necessary.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.OAbstractMultiSpreadSheetOperation. process(SpreadSheet[] sheets, MessageCollection errors)Processes the containers. -
Uses of SpreadSheet in adams.flow.transformer.pdfproclet
Methods in adams.flow.transformer.pdfproclet with parameters of type SpreadSheet Modifier and Type Method Description protected abstract booleanAbstractSpreadSheetPdfProclet. doProcess(PDFGenerator generator, SpreadSheet sheet)The actual processing of the document.protected booleanConfusionMatrix. doProcess(PDFGenerator generator, SpreadSheet sheet)The actual processing of the document.protected booleanSpreadSheet. doProcess(PDFGenerator generator, SpreadSheet sheet)The actual processing of the document.ColorConfusionMatrix. getBackgroundColor(SpreadSheet sheet, int row, int column)For customizing the background color of a spreadsheet cell.protected float[]AbstractSpreadSheetPdfProclet. relativeColumnsWidths(SpreadSheet sheet)Computes the relative column widths. -
Uses of SpreadSheet in adams.flow.transformer.plotgenerator
Methods in adams.flow.transformer.plotgenerator with parameters of type SpreadSheet Modifier and Type Method Description protected voidAbstractPlotGenerator. check(SpreadSheet sheet)Checks the spreadsheet.protected voidAndrewsCurvesGenerator. check(SpreadSheet sheet)Checks the spreadsheet.protected voidNamedPlotGenerator. check(SpreadSheet sheet)Checks the spreadsheet.protected voidRowWisePlotGenerator. check(SpreadSheet sheet)Checks the spreadsheet.protected voidSimplePlotGenerator. check(SpreadSheet sheet)Checks the spreadsheet.protected voidXYPlotGenerator. check(SpreadSheet sheet)Checks the spreadsheet.protected voidXYWithErrorsPlotGenerator. check(SpreadSheet sheet)Checks the spreadsheet.protected abstract List<SequencePlotterContainer>AbstractPlotGenerator. doGenerate(SpreadSheet sheet)Performs the actual generation of containers.protected List<SequencePlotterContainer>AndrewsCurvesGenerator. doGenerate(SpreadSheet sheet)Performs the actual generation of containers.protected List<SequencePlotterContainer>NamedPlotGenerator. doGenerate(SpreadSheet sheet)Performs the actual generation of containers.protected List<SequencePlotterContainer>RowWisePlotGenerator. doGenerate(SpreadSheet sheet)Performs the actual generation of containers.protected List<SequencePlotterContainer>SimplePlotGenerator. doGenerate(SpreadSheet sheet)Performs the actual generation of containers.protected List<SequencePlotterContainer>XYPlotGenerator. doGenerate(SpreadSheet sheet)Performs the actual generation of containers.protected List<SequencePlotterContainer>XYWithErrorsPlotGenerator. doGenerate(SpreadSheet sheet)Performs the actual generation of containers.List<SequencePlotterContainer>AbstractPlotGenerator. generate(SpreadSheet sheet)Generates plot containers from the provided spreadsheet. -
Uses of SpreadSheet in adams.flow.transformer.spreadsheetmethodmerge
Fields in adams.flow.transformer.spreadsheetmethodmerge declared as SpreadSheet Modifier and Type Field Description protected SpreadSheet[]AbstractMerge. m_SpreadsheetsThe source spreadsheets we are merging.Methods in adams.flow.transformer.spreadsheetmethodmerge that return SpreadSheet Modifier and Type Method Description protected SpreadSheetAbstractMerge. createEmptyResultantSpreadsheet(Map<String,List<AbstractMerge.SourceColumn>> columnMapping)Creates the resultant spreadsheet, ready to be filled with data.SpreadSheetAbstractMerge. merge(SpreadSheet[] spreadsheets)Merges the spreadsheets.Methods in adams.flow.transformer.spreadsheetmethodmerge with parameters of type SpreadSheet Modifier and Type Method Description protected StringAbstractMerge. check(SpreadSheet[] spreadsheets)Hook method for performing checks before attempting the merge.protected StringJoinOnID. check(SpreadSheet[] datasets)Hook method for performing checks before attempting the merge.protected StringSimple. check(SpreadSheet[] spreadsheets)Hook method for performing checks before attempting the merge.protected StringJoinOnID. checkAllSpreadsheetsHaveIDColumn(SpreadSheet[] spreadsheets)Checks that each of the given spreadsheets has the unique ID column.protected intJoinOnID. findColumnIndexOfUniqueID(SpreadSheet spreadsheet)Finds the index of the unique ID column in the given spreadsheet.SpreadSheetAbstractMerge. merge(SpreadSheet[] spreadsheets)Merges the spreadsheets.protected voidAbstractMerge. resetInternalState(SpreadSheet[] spreadsheets)Resets the internal state of the merge method when new spreadsheets are supplied. -
Uses of SpreadSheet in adams.flow.transformer.wekarepeatedcrossvalidationoutput
Methods in adams.flow.transformer.wekarepeatedcrossvalidationoutput that return SpreadSheet Modifier and Type Method Description protected SpreadSheetPredictions. doGenerateOutput(WekaEvaluationContainer[] conts)Generates the data.protected SpreadSheetStatistics. doGenerateOutput(WekaEvaluationContainer[] conts)Generates the data. -
Uses of SpreadSheet in adams.gui.core
Fields in adams.gui.core declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetSpreadSheetTableModel. m_Sheetthe underlying spreadsheet.Methods in adams.gui.core that return SpreadSheet Modifier and Type Method Description SpreadSheetSpreadSheetTableModel. getSheet()Returns the underlying spreadsheet.protected SpreadSheetBaseTable. modelToSpreadSheet()Returns the underlying sheet.protected SpreadSheetSpreadSheetTable. modelToSpreadSheet()Returns the underlying sheet.SpreadSheetAbstractBaseTableModel. toSpreadSheet()Returns the content as spreadsheet.SpreadSheetBaseTable. toSpreadSheet()Returns the underlying sheet.SpreadSheetBaseTable. toSpreadSheet(TableRowRange range)Returns the underlying sheet.SpreadSheetBaseTable. toSpreadSheet(TableRowRange range, boolean view)Returns the underlying sheet.SpreadSheetBaseTableWithButtons. toSpreadSheet()Returns the content as spreadsheet.static SpreadSheetJTableHelper. toSpreadSheet(JTable table)Turns a table into a spreadsheet.static SpreadSheetJTableHelper. toSpreadSheet(TableModel model)Turns a table model into a spreadsheet.SpreadSheetSpreadSheetTableModel. toSpreadSheet()Returns the underlying sheet.SpreadSheetSpreadSheetTableWithButtons. toSpreadSheet()Returns the underlying sheet.SpreadSheetSpreadSheetTableWithButtons. toSpreadSheet(TableRowRange range)Returns the underlying sheet.SpreadSheetSpreadSheetTableWithButtons. toSpreadSheet(TableRowRange range, boolean view)Returns the underlying sheet.Methods in adams.gui.core with parameters of type SpreadSheet Modifier and Type Method Description SpreadSheetTableModelSpreadSheetTableModel. newModel(SpreadSheet sheet)Creates a new model with the same settings for the provided spreadsheet.Constructors in adams.gui.core with parameters of type SpreadSheet Constructor Description SpreadSheetTable(SpreadSheet sheet)Initializes the table.SpreadSheetTableModel(SpreadSheet sheet)Initializes the model with the given spread sheet.SpreadSheetTableModel(SpreadSheet sheet, int numDec)Initializes the model with the given spread sheet and number of decimals to display. -
Uses of SpreadSheet in adams.gui.core.spreadsheetpreview
Methods in adams.gui.core.spreadsheetpreview with parameters of type SpreadSheet Modifier and Type Method Description protected StringAbstractSpreadSheetPreview.AbstractSpreadSheetPreviewPanel. check(SpreadSheet sheet, int[] rows)Check method before generating the preview.protected abstract StringAbstractSpreadSheetPreview.AbstractSpreadSheetPreviewPanel. doPreview(SpreadSheet sheet, int[] rows)Previews the spreadsheet.protected StringSimpleHTML.SimpleTextPanel. doPreview(SpreadSheet sheet, int[] rows)Previews the spreadsheet.protected StringSimpleText.SimpleTextPanel. doPreview(SpreadSheet sheet, int[] rows)Previews the spreadsheet.StringAbstractSpreadSheetPreview.AbstractSpreadSheetPreviewPanel. preview(SpreadSheet sheet, int[] rows)Previews the spreadsheet. -
Uses of SpreadSheet in adams.gui.core.spreadsheettable
Fields in adams.gui.core.spreadsheettable declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetDistinctValueCellRenderingCustomizer. m_LastSpreadSheetthe last spreadsheet that was used.protected SpreadSheetHeatmapCellRenderingCustomizer. m_LastSpreadSheetthe last spreadsheet that was used.Methods in adams.gui.core.spreadsheettable with parameters of type SpreadSheet Modifier and Type Method Description protected StringAbstractPlotColumn. check(SpreadSheetTable table, SpreadSheet sheet, int column)Hook method for checks before attempting the plot.protected voidJFreeChart. createPlot(SpreadSheetTable table, boolean isColumn, SpreadSheet data, String title, int[] spRows)Plots the data.protected abstract booleanAbstractPlotColumn. doPlotColumn(SpreadSheetTable table, SpreadSheet sheet, int column)Plots the specified column.protected voidDistinctValueCellRenderingCustomizer. initColors(SpreadSheet sheet)Initializes the color lookup table.booleanAbstractPlotColumn. plotColumn(SpreadSheetTable table, SpreadSheet sheet, int column)Plots the specified column. -
Uses of SpreadSheet in adams.gui.dialog
Methods in adams.gui.dialog that return SpreadSheet Modifier and Type Method Description SpreadSheetSpreadSheetDialog. getSpreadSheet()Returns the spreadsheet currently displayed.SpreadSheetSpreadSheetPanel. getSpreadSheet()Returns the spreadsheet currently displayed.SpreadSheet[]MultiSpreadSheetDialog. getSpreadSheets()Returns the spreadsheets currently displayed.Methods in adams.gui.dialog with parameters of type SpreadSheet Modifier and Type Method Description voidMultiSpreadSheetDialog. addSpreadSheet(SpreadSheet value)Adds the spreadsheet as tab.voidSpreadSheetDialog. setSpreadSheet(SpreadSheet value)Sets the spreadsheet to display.voidSpreadSheetPanel. setSpreadSheet(SpreadSheet value)Sets the spreadsheet to display.voidMultiSpreadSheetDialog. setSpreadSheets(SpreadSheet[] value)Sets the spreadsheets to display. -
Uses of SpreadSheet in adams.gui.menu
Methods in adams.gui.menu that return SpreadSheet Modifier and Type Method Description protected SpreadSheetActorUsage. determineUsage(PlaceholderDirectory dir)Generates the spreadsheet with the actor usage.Methods in adams.gui.menu with parameters of type SpreadSheet Modifier and Type Method Description protected voidActorUsage. displayUsage(SpreadSheet sheet)Displays the actor usage. -
Uses of SpreadSheet in adams.gui.tools
Fields in adams.gui.tools declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetSpreadSheetProcessorPanel. m_DataProcessorthe processed data.protected SpreadSheetSpreadSheetProcessorPanel. m_DataSourcethe source data.Methods in adams.gui.tools that return SpreadSheet Modifier and Type Method Description SpreadSheetSystemInfoPanel. getContent()Generates a spreadsheet object from the system info data table.SpreadSheetSpreadSheetProcessorPanel. getProcessorData()Returns the processed data.SpreadSheetSpreadSheetProcessorPanel. getSourceData()Returns the source data.SpreadSheetConsoleOutputAnalyzerPanel.ConsoleOutput. toSpreadSheet()Returns the content as spreadsheet. -
Uses of SpreadSheet in adams.gui.tools.previewbrowser
Methods in adams.gui.tools.previewbrowser that return SpreadSheet Modifier and Type Method Description protected abstract SpreadSheet[]AbstractSpreadSheetHandler. readAll(File file)Reads all the individual spreadsheets from the file.protected SpreadSheet[]CsvSpreadSheetHandler. readAll(File file)Reads all the individual spreadsheets from the file.protected SpreadSheet[]ExcelSpreadSheetHandler. readAll(File file)Reads all the individual spreadsheets from the file.protected SpreadSheet[]ODFSpreadSheetHandler. readAll(File file)Reads all the individual spreadsheets from the file.protected SpreadSheet[]TsvSpreadSheetHandler. readAll(File file)Reads all the individual spreadsheets from the file. -
Uses of SpreadSheet in adams.gui.tools.spreadsheetprocessor.processors
Methods in adams.gui.tools.spreadsheetprocessor.processors that return SpreadSheet Modifier and Type Method Description protected abstract SpreadSheetAbstractProcessor. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.protected SpreadSheetFlowProcessor. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.protected SpreadSheetPassThroughProcessor. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.protected SpreadSheetQueryProcessor. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.SpreadSheetAbstractProcessor. process(SpreadSheet data, MessageCollection errors)Processes the data.Methods in adams.gui.tools.spreadsheetprocessor.processors with parameters of type SpreadSheet Modifier and Type Method Description protected voidAbstractProcessor. check(SpreadSheet data, MessageCollection errors)Hook method for performing checks.protected abstract SpreadSheetAbstractProcessor. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.protected SpreadSheetFlowProcessor. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.protected SpreadSheetPassThroughProcessor. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.protected SpreadSheetQueryProcessor. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.SpreadSheetAbstractProcessor. process(SpreadSheet data, MessageCollection errors)Processes the data. -
Uses of SpreadSheet in adams.gui.tools.spreadsheetprocessor.sources
Fields in adams.gui.tools.spreadsheetprocessor.sources declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetClipboardSource. m_Datathe data.protected SpreadSheetDatabaseSource. m_Datathe data.protected SpreadSheetFileBrowserSource. m_Datathe data.protected SpreadSheetFileSource. m_Datathe data.Methods in adams.gui.tools.spreadsheetprocessor.sources that return SpreadSheet Modifier and Type Method Description abstract SpreadSheetAbstractSource. getData()Returns the currently available dataSpreadSheetClipboardSource. getData()Returns the currently available dataSpreadSheetDatabaseSource. getData()Returns the currently available dataSpreadSheetFileBrowserSource. getData()Returns the currently available dataSpreadSheetFileSource. getData()Returns the currently available data -
Uses of SpreadSheet in adams.gui.tools.spreadsheetprocessor.targets
Methods in adams.gui.tools.spreadsheetprocessor.targets with parameters of type SpreadSheet Modifier and Type Method Description protected voidAbstractTarget. check(SpreadSheet data, MessageCollection errors)Hook method for performing checks.protected voidFileTarget. check(SpreadSheet data, MessageCollection errors)Hook method for performing checks.protected abstract voidAbstractTarget. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.protected voidChartTarget. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.protected voidClipboardTarget. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.protected voidDatabaseTarget. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.protected voidFileTarget. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.voidAbstractTarget. process(SpreadSheet data, MessageCollection errors)Processes the data. -
Uses of SpreadSheet in adams.gui.tools.spreadsheetviewer
Fields in adams.gui.tools.spreadsheetviewer declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetSortPanel. m_Sheetthe spreadsheet that forms the basis for the sorting.Methods in adams.gui.tools.spreadsheetviewer that return SpreadSheet Modifier and Type Method Description protected abstract SpreadSheetAbstractDataPlugin. doProcess(SpreadSheet sheet)Performs the actual processing of the spreadsheet.protected SpreadSheetAbstractDataPluginWithGOE. doProcess(SpreadSheet sheet)Performs the user interaction.protected SpreadSheetAbstractSelectedSheetsDataPlugin. doProcess(SpreadSheet sheet)Executes the plugin.SpreadSheetMultiPagePane. getCurrentSheet()Returns the currently selected sheet.SpreadSheetSpreadSheetPanel. getSheet()Returns the underlying spreadsheet.SpreadSheetMultiPagePane. getSheetAt(int index)Returns the table at the specified position.SpreadSheetSortPanel. getSpreadSheet()Returns the spreadsheet to use.SpreadSheetAbstractDataPlugin. process(SpreadSheet sheet)Processes the spreadsheet.protected abstract SpreadSheetAbstractSelectedSheetsDataPlugin. process()Processes all the selected panels.protected SpreadSheetAppend. process()Processes all the selected panels.protected SpreadSheetMerge. process()Processes all the selected panels.protected abstract SpreadSheetAbstractDataPluginWithGOE. processData(SpreadSheet sheet)Performs the actual processing of the spreadsheet.SpreadSheetSpreadSheetPanel. toSpreadSheet()Returns the underlying sheet.SpreadSheetSpreadSheetPanel. toSpreadSheet(TableRowRange range)Returns the underlying sheet.Methods in adams.gui.tools.spreadsheetviewer with parameters of type SpreadSheet Modifier and Type Method Description SpreadSheetPanelMultiPagePane. addPage(File file, SpreadSheet sheet)Adds the sheet.SpreadSheetPanelMultiPagePane. addPage(String title, SpreadSheet sheet)Adds the sheet.protected StringAbstractDataPlugin. check(SpreadSheet sheet)Checks the spreadsheet.protected StringAbstractViewPlugin. check(SpreadSheet sheet)Checks the spreadsheet.StringMultiPagePane. createPageTitle(File file, SpreadSheet sheet)Creates a page title.protected BasePanelAbstractSelectedSheetsViewPlugin. doGenerate(SpreadSheet sheet)Performs the actual generation of the information.protected abstract BasePanelAbstractViewPlugin. doGenerate(SpreadSheet sheet)Performs the actual generation of the information.protected BasePanelAbstractViewPluginWithGOE. doGenerate(SpreadSheet sheet)Interacts with the user.protected BasePanelBoxPlot. doGenerate(SpreadSheet sheet)Performs the actual generation of the information.protected BasePanelMatrixPlot. doGenerate(SpreadSheet sheet)Performs the actual generation of the information.protected BasePanelStatistics. doGenerate(SpreadSheet sheet)Performs the actual generation of the information.protected abstract SpreadSheetAbstractDataPlugin. doProcess(SpreadSheet sheet)Performs the actual processing of the spreadsheet.protected SpreadSheetAbstractDataPluginWithGOE. doProcess(SpreadSheet sheet)Performs the user interaction.protected SpreadSheetAbstractSelectedSheetsDataPlugin. doProcess(SpreadSheet sheet)Executes the plugin.BasePanelAbstractViewPlugin. generate(SpreadSheet sheet)Processes the spreadsheet.protected abstract BasePanelAbstractViewPluginWithGOE. generatePanel(SpreadSheet sheet)Performs the actual generation of the information.SpreadSheetAbstractDataPlugin. process(SpreadSheet sheet)Processes the spreadsheet.protected abstract SpreadSheetAbstractDataPluginWithGOE. processData(SpreadSheet sheet)Performs the actual processing of the spreadsheet.voidSpreadSheetPanel. setSheet(SpreadSheet value)Sets the spreadsheet to display.booleanSortPanel. setSpreadSheet(SpreadSheet value)Sets the spreadsheet to use. -
Uses of SpreadSheet in adams.gui.tools.spreadsheetviewer.chart
Methods in adams.gui.tools.spreadsheetviewer.chart with parameters of type SpreadSheet Modifier and Type Method Description protected abstract voidAbstractChartGenerator. addChartGeneration(Flow flow, String name, SpreadSheet sheet)Adds the chart generation to the flow.protected voidAbstractRowBasedChartGenerator. addChartGeneration(Flow flow, String name, SpreadSheet sheet)Adds the chart generation to the flow.protected voidBarPlot. addChartGeneration(Flow flow, String name, SpreadSheet sheet)Adds the chart generation to the flow.protected voidControlChart. addChartGeneration(Flow flow, String name, SpreadSheet sheet)Adds the chart generation to the flow.protected voidGenericPlot. addChartGeneration(Flow flow, String name, SpreadSheet sheet)Adds the chart generation to the flow.protected voidHistogram. addChartGeneration(Flow flow, String name, SpreadSheet sheet)Adds the chart generation to the flow.protected voidJFreeChart. addChartGeneration(Flow flow, String name, SpreadSheet sheet)Adds the chart generation to the flow.protected voidLinePlot. addChartGeneration(Flow flow, String name, SpreadSheet sheet)Adds the chart generation to the flow.protected voidScatterPlot. addChartGeneration(Flow flow, String name, SpreadSheet sheet)Adds the chart generation to the flow.protected voidAbstractChartGenerator. check(String name, SpreadSheet sheet)Checks whether the spreadsheet can be processed.protected voidAbstractXYChartGenerator. check(String name, SpreadSheet sheet)Checks whether the spreadsheet can be processed.protected voidControlChart. check(String name, SpreadSheet sheet)Checks whether the spreadsheet can be processed.protected TypeAbstractChartGenerator. columnTypesToAxisType(SpreadSheet sheet, int[] colIndices)Returns the most appropriate axis type for the given columns.protected TickGeneratorAbstractChartGenerator. columnTypesToTickGenerator(SpreadSheet sheet, int[] colIndices)Returns the most appropriate tick generator for the given columns.protected TypeAbstractChartGenerator. columnTypeToAxisType(SpreadSheet sheet, int colIndex)Returns the most appropriate axis type for a given column.protected TickGeneratorAbstractChartGenerator. columnTypeToTickGenerator(SpreadSheet sheet, int colIndex)Returns the most appropriate tick generator for a given column.protected SpreadSheetPlotGeneratorAbstractXYChartGenerator. configureGenerator(SpreadSheet sheet)Configures the plot generator.protected voidAbstractXYChartGenerator. configureSequencePlotter(SpreadSheet sheet, SequencePlotter plotter)Configures the sequence plotter.protected FlowAbstractChartGenerator. doGenerate(String name, SpreadSheet sheet)Generates the actual flow.FlowAbstractChartGenerator. generate(String name, SpreadSheet sheet)Generates a flow for displaying a chart for the spreadsheet.protected StringAbstractXYChartGenerator. getXAxisLabel(SpreadSheet sheet)Returns the label for the X axis.protected StringAbstractXYChartGenerator. getYAxisLabel(SpreadSheet sheet)Returns the label for the X axis. -
Uses of SpreadSheet in adams.gui.tools.spreadsheetviewer.menu
Methods in adams.gui.tools.spreadsheetviewer.menu that return SpreadSheet Modifier and Type Method Description protected SpreadSheetAbstractSpreadSheetViewerMenuItemAction. getSelectedSheet()Returns the current sheet.Methods in adams.gui.tools.spreadsheetviewer.menu with parameters of type SpreadSheet Modifier and Type Method Description protected voidDataComputeDifference. computeDifference(SpreadSheet sheet1, SpreadSheet sheet2, SpreadSheetColumnRange keyCols)Computes the difference between the two sheets and inserts it as new tab. -
Uses of SpreadSheet in adams.gui.tools.wekainvestigator.output
Methods in adams.gui.tools.wekainvestigator.output that return SpreadSheet Modifier and Type Method Description SpreadSheetTableContentPanel. toSpreadSheet()Returns the content as spreadsheet.Methods in adams.gui.tools.wekainvestigator.output with parameters of type SpreadSheet Modifier and Type Method Description static StringRunInformationHelper. toHTML(SpreadSheet info)Turns the run information into an html table.static StringRunInformationHelper. toString(SpreadSheet info)Turns the run information into a string representation. -
Uses of SpreadSheet in adams.gui.tools.wekainvestigator.tab
Methods in adams.gui.tools.wekainvestigator.tab with parameters of type SpreadSheet Modifier and Type Method Description protected voidIndependentComponentsTab. addAdditionalAttributes(SpreadSheet sheet, weka.core.Instances data, int[] additional)Adds the additional columns from the Instances to the spreadsheet.protected voidPartialLeastSquaresTab. addAdditionalAttributes(SpreadSheet sheet, weka.core.Instances data, int[] additional)Adds the additional columns from the Instances to the spreadsheet.protected voidPrincipalComponentsTab. addAdditionalAttributes(SpreadSheet sheet, weka.core.Instances data, int[] additional)Adds the additional columns from the Instances to the spreadsheet. -
Uses of SpreadSheet in adams.gui.tools.wekainvestigator.tab.classifytab
Fields in adams.gui.tools.wekainvestigator.tab.classifytab declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetResultItem. m_AdditionalAttributesadditional attributes.Methods in adams.gui.tools.wekainvestigator.tab.classifytab that return SpreadSheet Modifier and Type Method Description SpreadSheetResultItem. getAdditionalAttributes()Returns the stored additional attributes data.static SpreadSheetPredictionHelper. toSpreadSheet(LoggingSupporter logger, MessageCollection errors, ResultItem item, boolean addAdditionalAttributes, boolean showError)Turns the result item into a spreadsheet with the predictions.static SpreadSheetPredictionHelper. toSpreadSheet(LoggingSupporter logger, MessageCollection errors, ResultItem item, boolean addAdditionalAttributes, boolean addLabelIndex, boolean showDistribution, boolean showProbability, boolean showError, boolean showWeight)Turns the result item into a spreadsheet with the predictions.static SpreadSheetPredictionHelper. toSpreadSheet(LoggingSupporter logger, MessageCollection errors, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, boolean showError)Turns the result item into a spreadsheet with the predictions.static SpreadSheetPredictionHelper. toSpreadSheet(LoggingSupporter logger, MessageCollection errors, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, boolean addLabelIndex, boolean showDistribution, boolean showProbability, boolean showError, boolean showWeight)Turns the result item into a spreadsheet with the predictions.static SpreadSheetPredictionHelper. toSpreadSheet(LoggingSupporter logger, MessageCollection errors, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, boolean addLabelIndex, boolean showDistribution, boolean showProbability, boolean showError, boolean showWeight, boolean showAbsError, boolean showRelError)Turns the result item into a spreadsheet with the predictions.static SpreadSheetPredictionHelper. toSubset(int[] originalIndices, SpreadSheet additionalAttributes)Returns the subset of the additional attributes as per indices.Methods in adams.gui.tools.wekainvestigator.tab.classifytab with parameters of type SpreadSheet Modifier and Type Method Description voidResultItem. setAdditionalAttributes(SpreadSheet value)Sets the additional attributes data.static SpreadSheetPredictionHelper. toSpreadSheet(LoggingSupporter logger, MessageCollection errors, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, boolean showError)Turns the result item into a spreadsheet with the predictions.static SpreadSheetPredictionHelper. toSpreadSheet(LoggingSupporter logger, MessageCollection errors, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, boolean addLabelIndex, boolean showDistribution, boolean showProbability, boolean showError, boolean showWeight)Turns the result item into a spreadsheet with the predictions.static SpreadSheetPredictionHelper. toSpreadSheet(LoggingSupporter logger, MessageCollection errors, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, boolean addLabelIndex, boolean showDistribution, boolean showProbability, boolean showError, boolean showWeight, boolean showAbsError, boolean showRelError)Turns the result item into a spreadsheet with the predictions.static SpreadSheetPredictionHelper. toSubset(int[] originalIndices, SpreadSheet additionalAttributes)Returns the subset of the additional attributes as per indices.ResultItemResultItem. update(SpreadSheet additional)Updates the item. -
Uses of SpreadSheet in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation that return SpreadSheet Modifier and Type Method Description protected SpreadSheetAbstractClassifierEvaluation. transferAdditionalAttributes(SelectOptionPanel select, weka.core.Instances data)Transfers the additional attributes into a spreadsheet. -
Uses of SpreadSheet in adams.gui.tools.wekainvestigator.tab.classifytab.output
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output with parameters of type SpreadSheet Modifier and Type Method Description protected abstract TAbstractOutputGeneratorWithSeparateFoldsSupport. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelClassifierErrors. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates a plot actor from the evaluation.protected TableContentPanelConfusionMatrix. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelFourInOnePlot. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelLegacyClassifierErrors. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelLegacyCostBenefitAnalysis. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelLegacyCostCurve. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelLegacyMarginCurve. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelLegacyThresholdCurve. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelPredictionEccentricity. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected TableContentPanelPredictions. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output from the evaluation.protected ComponentContentPanelPredictionTrend. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelResidualsVsFitted. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelResidualsVsPredictor. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected voidClassifierErrors. removeData(ResultItem item, SpreadSheet data)Removes the instances from the current dataset.protected voidPredictions. removeData(ResultItem item, SpreadSheet data)Removes the instances from the current dataset. -
Uses of SpreadSheet in adams.gui.tools.wekainvestigator.tab.classifytab.output.classifiererrors
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.classifiererrors with parameters of type SpreadSheet Modifier and Type Method Description protected voidRemoveOutliersClickAction. remove(SpreadSheet data)Removes the data points from the current dataset.voidRemoveDataListener. removeData(SpreadSheet data)Gets called when the user clicks on the "Remove" button.protected voidRemoveOutliersClickAction. showData(SequencePlotterPanel panel, SpreadSheet sheet)Displays the data. -
Uses of SpreadSheet in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated that return SpreadSheet Modifier and Type Method Description static SpreadSheetPredictionUtils. calcStats(WekaEvaluationContainer[] conts, SpreadSheet additional, MessageCollection errors, CenterStatistic centerStat, LowerStatistic lowerStat, UpperStatistic upperStat, int numDecimals, Logger logger, gnu.trove.list.TIntList cols, boolean addActual)Generates a spreadsheet with the statistics.static SpreadSheetPredictionUtils. calcStats(ResultItem item, MessageCollection errors, CenterStatistic centerStat, LowerStatistic lowerStat, UpperStatistic upperStat, int numDecimals, Logger logger, gnu.trove.list.TIntList cols)Generates a spreadsheet with the statistics.static SpreadSheetPredictionUtils. calcStats(ResultItem item, MessageCollection errors, CenterStatistic centerStat, LowerStatistic lowerStat, UpperStatistic upperStat, int numDecimals, Logger logger, gnu.trove.list.TIntList cols, boolean addActual)Generates a spreadsheet with the statistics.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated with parameters of type SpreadSheet Modifier and Type Method Description static SpreadSheetPredictionUtils. calcStats(WekaEvaluationContainer[] conts, SpreadSheet additional, MessageCollection errors, CenterStatistic centerStat, LowerStatistic lowerStat, UpperStatistic upperStat, int numDecimals, Logger logger, gnu.trove.list.TIntList cols, boolean addActual)Generates a spreadsheet with the statistics. -
Uses of SpreadSheet in adams.gui.tools.wekamultiexperimenter.experiment
Fields in adams.gui.tools.wekamultiexperimenter.experiment declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetAbstractExperiment.AbstractExperimentJob. m_Resultsthe generated results.protected SpreadSheetAbstractExperiment. m_Resultsthe generated results.Fields in adams.gui.tools.wekamultiexperimenter.experiment with type parameters of type SpreadSheet Modifier and Type Field Description protected List<SpreadSheet>AbstractExperiment. m_Generatedthe results generated by the evaluations.Methods in adams.gui.tools.wekamultiexperimenter.experiment that return SpreadSheet Modifier and Type Method Description protected SpreadSheetAbstractExperiment. initResults()Initializes the results.abstract SpreadSheetAbstractResultsHandler. read()Loads the results (if possible).SpreadSheetFileResultsHandler. read()Loads the results (if possible).SpreadSheetAbstractExperiment. toSpreadSheet()Returns the collected results.Methods in adams.gui.tools.wekamultiexperimenter.experiment with parameters of type SpreadSheet Modifier and Type Method Description protected voidAbstractExperiment.AbstractExperimentJob. addMetric(SpreadSheet results, String name, Object value)Adds the metric to the results, automatically expands spreadsheet.protected voidAbstractExperiment.AbstractExperimentJob. addMetrics(SpreadSheet results, int currentRun, weka.classifiers.Classifier cls, weka.core.Instances data, weka.classifiers.Evaluation eval)Adds the metrics from the Evaluation object to the results.voidAbstractExperiment. appendResults(SpreadSheet results)Adds the results to the existing ones.abstract StringAbstractResultsHandler. write(SpreadSheet results)Stores the results.StringFileResultsHandler. write(SpreadSheet results)Stores the results. -
Uses of SpreadSheet in adams.gui.visualization.container
Methods in adams.gui.visualization.container that return SpreadSheet Modifier and Type Method Description static SpreadSheetDataHelper. filter(SpreadSheet data, int xCol, double[] xRange, int yCol, double[] yRange)Filters the data, using the specified ranges.static SpreadSheetDataHelper. filter(SpreadSheet data, String xColName, double[] xRange, String yColName, double[] yRange)Filters the data, using the specified ranges.Methods in adams.gui.visualization.container with parameters of type SpreadSheet Modifier and Type Method Description static SpreadSheetDataHelper. filter(SpreadSheet data, int xCol, double[] xRange, int yCol, double[] yRange)Filters the data, using the specified ranges.static SpreadSheetDataHelper. filter(SpreadSheet data, String xColName, double[] xRange, String yColName, double[] yRange)Filters the data, using the specified ranges. -
Uses of SpreadSheet in adams.gui.visualization.debug.objectrenderer
Methods in adams.gui.visualization.debug.objectrenderer that return SpreadSheet Modifier and Type Method Description protected SpreadSheetFlowContainerRenderer. containerToSheet(AbstractContainer cont, MessageCollection errors)Converts the container into a spreadsheet.protected SpreadSheetMapRenderer. mapToSheet(Map map)Turns the map into a spreadsheet.protected SpreadSheetSetRenderer. setToSheet(Set set)Turns the set into a spreadsheet. -
Uses of SpreadSheet in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetBoofCVDetectLineSegmentsImageOverlay. m_Linesthe sheet with the line definitions.protected SpreadSheetBoofCVDetectLinesImageOverlay. m_Linesthe sheet with the line definitions.Methods in adams.gui.visualization.image that return SpreadSheet Modifier and Type Method Description SpreadSheetBoofCVDetectLineSegmentsImageOverlay. getLines()Returns the current spreadsheet with lines data.SpreadSheetBoofCVDetectLinesImageOverlay. getLines()Returns the current spreadsheet with lines data.Methods in adams.gui.visualization.image with parameters of type SpreadSheet Modifier and Type Method Description voidBoofCVDetectLineSegmentsImageOverlay. setLines(SpreadSheet value)Sets the spreadsheet with the lines data.voidBoofCVDetectLinesImageOverlay. setLines(SpreadSheet value)Sets the spreadsheet with the lines data. -
Uses of SpreadSheet in adams.gui.visualization.image.plugins
Methods in adams.gui.visualization.image.plugins that return SpreadSheet Modifier and Type Method Description protected SpreadSheetAbstractSelectedImagesFeatureGenerator. collate()Collates the data for the plot. -
Uses of SpreadSheet in adams.gui.visualization.instances
Methods in adams.gui.visualization.instances that return SpreadSheet Modifier and Type Method Description protected SpreadSheetInstancesTable. modelToSpreadSheet()Returns the underlying sheet.SpreadSheetInstancesTableModel. toSpreadSheet()Returns the content as spreadsheet. -
Uses of SpreadSheet in adams.gui.visualization.instances.instancestable
Methods in adams.gui.visualization.instances.instancestable with parameters of type SpreadSheet Modifier and Type Method Description protected voidJFreeChart. createPlot(InstancesTable table, boolean isColumn, SpreadSheet data, String title, int[] spRows)Plots the data. -
Uses of SpreadSheet in adams.gui.visualization.jfreechart.dataset
Methods in adams.gui.visualization.jfreechart.dataset with parameters of type SpreadSheet Modifier and Type Method Description TAbstractDatasetGenerator. addSeries(T dataset, SpreadSheet data)Adds the series to the dataset.protected StringAbstractDatasetGenerator. check(SpreadSheet data)Hook method for checks before generating the dataset.protected StringDefaultCategory. check(SpreadSheet data)Hook method for checks before generating the dataset.protected StringDefaultFlow. check(SpreadSheet data)Hook method for checks before generating the dataset.protected StringDefaultXY. check(SpreadSheet data)Hook method for checks before generating the dataset.protected StringDefaultXYZ. check(SpreadSheet data)Hook method for checks before generating the dataset.protected StringAbstractDatasetGenerator. checkAddSeries(org.jfree.data.general.Dataset dataset, SpreadSheet data)Performs checks before adding series.protected abstract TAbstractDatasetGenerator. doAddSeries(org.jfree.data.general.Dataset dataset, SpreadSheet data)Performs the actual addition of the series to the dataset.protected org.jfree.data.category.DefaultCategoryDatasetDefaultCategory. doAddSeries(org.jfree.data.general.Dataset dataset, SpreadSheet data)Performs the actual addition of the series to the dataset.protected org.jfree.data.flow.DefaultFlowDataset<String>DefaultFlow. doAddSeries(org.jfree.data.general.Dataset dataset, SpreadSheet data)Performs the actual addition of the series to the dataset.protected org.jfree.data.xy.DefaultXYDatasetDefaultXY. doAddSeries(org.jfree.data.general.Dataset dataset, SpreadSheet data)Performs the actual addition of the series to the dataset.protected org.jfree.data.xy.DefaultXYZDatasetDefaultXYZ. doAddSeries(org.jfree.data.general.Dataset dataset, SpreadSheet data)Performs the actual addition of the series to the dataset.protected abstract TAbstractDatasetGenerator. doGenerate(SpreadSheet data)Performs the actual generation of the dataset.protected org.jfree.data.category.DefaultCategoryDatasetDefaultCategory. doGenerate(SpreadSheet data)Performs the actual generation of the dataset.protected org.jfree.data.flow.DefaultFlowDataset<String>DefaultFlow. doGenerate(SpreadSheet data)Performs the actual generation of the dataset.protected org.jfree.data.xy.DefaultXYDatasetDefaultXY. doGenerate(SpreadSheet data)Performs the actual generation of the dataset.protected org.jfree.data.xy.DefaultXYZDatasetDefaultXYZ. doGenerate(SpreadSheet data)Performs the actual generation of the dataset.TAbstractDatasetGenerator. generate(SpreadSheet data)Generates the dataset. -
Uses of SpreadSheet in adams.gui.visualization.spreadsheet
Fields in adams.gui.visualization.spreadsheet declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetSpreadSheetRow. m_DatasetHeadera reference to the dataset the data was obtained from.protected SpreadSheetLoadSpreadSheetDialog. m_Sheetthe full dataset.Methods in adams.gui.visualization.spreadsheet that return SpreadSheet Modifier and Type Method Description SpreadSheetSpreadSheetRow. getDatasetHeader()Returns the header of the underlying dataset.SpreadSheetLoadSpreadSheetDialog. getSpreadSheet()Returns the full spreadsheet, can be null if none loaded.SpreadSheetSpreadSheetRowPanel. getSpreadSheet()Returns the currently visible instances.SpreadSheetSpreadSheetRow. toSpreadSheet()Returns the content as spreadsheet.Methods in adams.gui.visualization.spreadsheet with parameters of type SpreadSheet Modifier and Type Method Description protected voidSpreadSheetExplorer. loadData(SpreadSheet sheet, List<SpreadSheetRowContainer> data)Loads the given data into the container manager. -
Uses of SpreadSheet in adams.gui.visualization.stats.boxplot
Fields in adams.gui.visualization.stats.boxplot declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetBoxPlotManager. m_DataInstances to be graphedMethods in adams.gui.visualization.stats.boxplot with parameters of type SpreadSheet Modifier and Type Method Description voidBoxPlotGraph. pass(SpreadSheet data, String att)Passes in the data to construct the box plot graphvoidBoxPlotManager. setData(SpreadSheet inst)sets the instances to be displayed -
Uses of SpreadSheet in adams.gui.visualization.stats.core
Fields in adams.gui.visualization.stats.core declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetSubSample. m_DataInstances to plotMethods in adams.gui.visualization.stats.core that return SpreadSheet Modifier and Type Method Description SpreadSheetSubSample. sample()Take a sample of the datasetMethods in adams.gui.visualization.stats.core with parameters of type SpreadSheet Modifier and Type Method Description static intIndexHelper. getIndex(BaseRegExp reg, Index ind, SpreadSheet inst, int index)Returns the position of the desired attribute.Constructors in adams.gui.visualization.stats.core with parameters of type SpreadSheet Constructor Description SubSample(SpreadSheet inst, double percent)constructor -
Uses of SpreadSheet in adams.gui.visualization.stats.fourinone
Fields in adams.gui.visualization.stats.fourinone declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetFourInOne. m_DataInstances containing the dataprotected SpreadSheetVersusFit. m_DataInstances containing the dataprotected SpreadSheetVersusOrder. m_DataInstances containing the dataMethods in adams.gui.visualization.stats.fourinone that return SpreadSheet Modifier and Type Method Description SpreadSheetVersusFit. getData()get the instances being plottedSpreadSheetVersusOrder. getData()Get the instances for this versus orderMethods in adams.gui.visualization.stats.fourinone with parameters of type SpreadSheet Modifier and Type Method Description voidFourInOne. setData(SpreadSheet val)Set the instances used in the four-in-plotvoidVersusFit. setData(SpreadSheet value)Set the instances to be plottedvoidVersusOrder. setData(SpreadSheet data)Set the instances for this versus order -
Uses of SpreadSheet in adams.gui.visualization.stats.histogram
Fields in adams.gui.visualization.stats.histogram declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetHistogram. m_DataData to be plottedMethods in adams.gui.visualization.stats.histogram that return SpreadSheet Modifier and Type Method Description SpreadSheetHistogram. getData()Returns the instanecs for the histogram.SpreadSheetHistogram. toSpreadSheet()Returns the content as spreadsheet.Methods in adams.gui.visualization.stats.histogram with parameters of type SpreadSheet Modifier and Type Method Description voidHistogram. setData(SpreadSheet value)Set the data for the histogram -
Uses of SpreadSheet in adams.gui.visualization.stats.paintlet
Fields in adams.gui.visualization.stats.paintlet declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetAbstractColorPaintlet. m_DataInstances containing the dataMethods in adams.gui.visualization.stats.paintlet that return SpreadSheet Modifier and Type Method Description SpreadSheetAbstractColorPaintlet. getData()Get the instances for the paintletMethods in adams.gui.visualization.stats.paintlet with parameters of type SpreadSheet Modifier and Type Method Description voidAbstractOverlayPaintlet. parameters(SpreadSheet data, int x, int y)Pass the parameters required by the overlay paintletvoidAbstractZOverlayPaintlet. parameters(SpreadSheet data, int ind)Pass the paramters required by the overlay paintletvoidAbstractZScorePaintlet. parameters(SpreadSheet data, int ind)pass the required parameters for the paintletvoidAbstractColorPaintlet. setData(SpreadSheet val)Set the instances for the paintlet -
Uses of SpreadSheet in adams.gui.visualization.stats.probabilityplot
Fields in adams.gui.visualization.stats.probabilityplot declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetNormalPlot. m_DataInstances to plotprotected SpreadSheetProbabilityPlot. m_DataInstances to displayMethods in adams.gui.visualization.stats.probabilityplot that return SpreadSheet Modifier and Type Method Description SpreadSheetNormalPlot. getData()Returns the plot data.SpreadSheetProbabilityPlot. getData()get the instances used for this probability plotMethods in adams.gui.visualization.stats.probabilityplot with parameters of type SpreadSheet Modifier and Type Method Description voidNormalPlot. setData(SpreadSheet data)Set the data to plot.voidProbabilityPlot. setData(SpreadSheet data)Set the instances to be plotted -
Uses of SpreadSheet in adams.gui.visualization.stats.scatterplot
Fields in adams.gui.visualization.stats.scatterplot declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetAbstractScatterPlot. m_DataInstances to be plottedprotected SpreadSheetAbstractScatterPlotOverlay. m_DataInstances object containing dataprotected SpreadSheetScatterPlotPanel. m_DataInstances to be plottedMethods in adams.gui.visualization.stats.scatterplot that return SpreadSheet Modifier and Type Method Description SpreadSheetAbstractScatterPlot. getData()Get the instances being plottedSpreadSheetScatterPlotPanel. getData()Returns the data for the plot.SpreadSheetAbstractScatterPlot. toSpreadSheet()Returns the content as spreadsheet.Methods in adams.gui.visualization.stats.scatterplot with parameters of type SpreadSheet Modifier and Type Method Description voidAbstractScatterPlotOverlay. inst(SpreadSheet inst)Pass the instances to the overlay objectvoidAbstractScatterPlot. setData(SpreadSheet data)Sets the instances to be plottedvoidMatrix. setData(SpreadSheet inst)Set the instances to be displayedvoidScatterPlotPanel. setData(SpreadSheet value)set the data for the scatter plot panel. -
Uses of SpreadSheet in adams.gui.visualization.stats.scatterplot.action
Methods in adams.gui.visualization.stats.scatterplot.action with parameters of type SpreadSheet Modifier and Type Method Description protected voidViewDataClickAction. showData(ScatterPlot panel, SpreadSheet sheet)Displays the data. -
Uses of SpreadSheet in adams.gui.visualization.stats.zscore
Fields in adams.gui.visualization.stats.zscore declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetAbstractZScoreOverlay. m_DataInstances object containing the dataprotected SpreadSheetZScore. m_DataInstances to be displayedprotected SpreadSheetZScorePanel. m_Datainstances to be displayedMethods in adams.gui.visualization.stats.zscore that return SpreadSheet Modifier and Type Method Description SpreadSheetZScore. getData()Get the instances being used by the z score plotMethods in adams.gui.visualization.stats.zscore with parameters of type SpreadSheet Modifier and Type Method Description voidAbstractZScoreOverlay. setData(SpreadSheet value)Set the instances for the overlayvoidZScore. setData(SpreadSheet data)set the instances to be used when drawing the z score graphprotected voidZScorePanel. setData(SpreadSheet inst)Set the instances of the z score panel -
Uses of SpreadSheet in adams.gui.visualization.xchart.dataset
Methods in adams.gui.visualization.xchart.dataset with parameters of type SpreadSheet Modifier and Type Method Description protected StringAbstractDatasetGenerator. check(SpreadSheet data)Hook method for checks before generating the dataset.protected StringXYDatasetGenerator. check(SpreadSheet data)Hook method for checks before generating the dataset.protected abstract Datasets<T>AbstractDatasetGenerator. doGenerate(SpreadSheet data)Performs the actual generation of the dataset.protected Datasets<XYDataset>XYDatasetGenerator. doGenerate(SpreadSheet data)Performs the actual generation of the dataset.Datasets<T>AbstractDatasetGenerator. generate(SpreadSheet data)Generates the dataset. -
Uses of SpreadSheet in adams.ml.data
Subinterfaces of SpreadSheet in adams.ml.data Modifier and Type Interface Description interfaceDatasetExtendedSpreadSheetclass, providing additional machine learning functionality.Classes in adams.ml.data that implement SpreadSheet Modifier and Type Class Description classDatasetViewProvides a view of another dataset.classDefaultDatasetExtendedDefaultSpreadSheetclass, providing additional machine learning functionality.classInstancesViewProvides a view of anInstancesobject.Methods in adams.ml.data that return SpreadSheet Modifier and Type Method Description SpreadSheetDataset. getInputs()Returns a spreadsheet containing only the input columns, not class columns.SpreadSheetDatasetView. getInputs()Returns a spreadsheet containing only the input columns, not class columns.SpreadSheetDefaultDataset. getInputs()Returns a spreadsheet containing only the input columns, not class columns.SpreadSheetInstancesView. getInputs()Returns a spreadsheet containing only the input columns, not class columns.SpreadSheetDataset. getOutputs()Returns a spreadsheet containing only output columns, i.e., the class columns.SpreadSheetDatasetView. getOutputs()Returns a spreadsheet containing only output columns, i.e., the class columns.SpreadSheetDefaultDataset. getOutputs()Returns a spreadsheet containing only output columns, i.e., the class columns.SpreadSheetInstancesView. getOutputs()Returns a spreadsheet containing only output columns, i.e., the class columns.SpreadSheetInstanceView. getOwner()Returns the spreadsheet this row belongs to.SpreadSheetDataCellView. getSpreadSheet()Returns the spreadsheet this cell belongs to.static SpreadSheetDatasetUtils. matrixAlgoToSpreadSheet(com.github.waikatodatamining.matrix.core.Matrix data, String colPrefix)Returns the matrix as spreadsheet.SpreadSheetDatasetView. newInstance()Returns a new instance.SpreadSheetInstancesView. newInstance()Returns a new instance.Methods in adams.ml.data with parameters of type SpreadSheet Modifier and Type Method Description voidDatasetView. assign(SpreadSheet sheet)Uses this spreadsheet instead, performs no copy.voidDefaultDataset. assign(SpreadSheet sheet)Clears this spreadsheet and copies all the data from the given one.voidInstancesView. assign(SpreadSheet sheet)Clears this spreadsheet and copies all the data from the given one.StringDatasetView. equalsHeader(SpreadSheet other)Compares the header of this spreadsheet with the other one.StringDefaultDataset. equalsHeader(SpreadSheet other)Compares the header of this spreadsheet with the other one.StringInstancesView. equalsHeader(SpreadSheet other)Compares the header of this spreadsheet with the other one.HeaderRowInstancesHeaderRow. getClone(SpreadSheet owner)Returns a clone of itself.DataRowInstanceView. getClone(SpreadSheet owner)Returns a clone of itself.voidDatasetView. mergeWith(SpreadSheet other)Puts the content of the provided spreadsheet on the right.voidDefaultDataset. mergeWith(SpreadSheet other)Puts the content of the provided spreadsheet on the right.voidInstancesView. mergeWith(SpreadSheet other)Puts the content of the provided spreadsheet on the right.voidInstancesHeaderRow. setOwner(SpreadSheet owner)Sets the spreadsheet this row belongs to.voidInstanceView. setOwner(SpreadSheet owner)Sets the spreadsheet this row belongs to.Constructors in adams.ml.data with parameters of type SpreadSheet Constructor Description DefaultDataset(SpreadSheet sheet)Initializes the dataset with the data from the spreadsheet. -
Uses of SpreadSheet in adams.ml.preprocessing
Methods in adams.ml.preprocessing with parameters of type SpreadSheet Modifier and Type Method Description protected voidAbstractFilter. appendHeader(SpreadSheet input, Row header, gnu.trove.list.TIntList cols)Appends the column names to the header. -
Uses of SpreadSheet in adams.ml.preprocessing.supervised
Fields in adams.ml.preprocessing.supervised declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetPLS. m_Loadingsthe loadings. -
Uses of SpreadSheet in adams.parser
Fields in adams.parser declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetLookUpUpdate. m_Sheetthe lookup to use.protected SpreadSheetSpreadSheetFormula. m_Sheetthe spreadsheet to use.protected SpreadSheetSpreadSheetQuery. m_Sheetthe spreadsheet to use.Methods in adams.parser that return SpreadSheet Modifier and Type Method Description protected SpreadSheetLookUpUpdate. doEvaluate(HashMap symbols)Performs the actual evaluation.protected SpreadSheetSpreadSheetQuery. doEvaluate(HashMap symbols)Performs the actual evaluation.SpreadSheetLookUpUpdate. evaluate()Performs the evaluation.static SpreadSheetLookUpUpdate. evaluate(String expr, HashMap symbols, SpreadSheet sheet, int keyCol, int valueCol)Parses and evaluates the given expression.SpreadSheetSpreadSheetQuery. evaluate()Performs the evaluation.static SpreadSheetSpreadSheetQuery. evaluate(String expr, HashMap symbols, SpreadSheet sheet)Parses and evaluates the given expression.SpreadSheetLookUpUpdate. getSheet()Returns the underlying spreadsheet.SpreadSheetSpreadSheetFormula. getSheet()Returns the underlying spreadsheet.SpreadSheetSpreadSheetQuery. getSheet()Returns the underlying spreadsheet.static SpreadSheetLookUpUpdate. updateSpreadSheet(SpreadSheet sheet, int keyCol, int valueCol, HashMap updated)Creates a copy of the spreadsheet and updates its values with the ones from updated symbols map.Methods in adams.parser with parameters of type SpreadSheet Modifier and Type Method Description static SpreadSheetLookUpUpdate. evaluate(String expr, HashMap symbols, SpreadSheet sheet, int keyCol, int valueCol)Parses and evaluates the given expression.static ObjectSpreadSheetFormula. evaluate(String expr, HashMap symbols, SpreadSheet sheet)Parses and evaluates the given expression.static SpreadSheetSpreadSheetQuery. evaluate(String expr, HashMap symbols, SpreadSheet sheet)Parses and evaluates the given expression.voidLookUpUpdate. setSheet(SpreadSheet value)Sets the underlying spreadsheet.voidSpreadSheetFormula. setSheet(SpreadSheet value)Sets the underlying spreadsheet.voidSpreadSheetQuery. setSheet(SpreadSheet value)Sets the underlying spreadsheet.static HashMapLookUpUpdate. spreadsheetToSymbols(SpreadSheet sheet, int keyCol, int valueCol)Turns the values from the spreadsheet into symbols for the parser.static SpreadSheetLookUpUpdate. updateSpreadSheet(SpreadSheet sheet, int keyCol, int valueCol, HashMap updated)Creates a copy of the spreadsheet and updates its values with the ones from updated symbols map. -
Uses of SpreadSheet in adams.parser.spreadsheetformula
Fields in adams.parser.spreadsheetformula declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetParserHelper. m_Sheetthe underlying spreadsheet.Methods in adams.parser.spreadsheetformula that return SpreadSheet Modifier and Type Method Description SpreadSheetParser. getSheet()Returns the current spreadsheet in use.SpreadSheetParserHelper. getSheet()Returns the current spreadsheet in use.Methods in adams.parser.spreadsheetformula with parameters of type SpreadSheet Modifier and Type Method Description voidParser. setSheet(SpreadSheet value)Sets the spreadsheet to use.voidParserHelper. setSheet(SpreadSheet value)Sets the spreadsheet to use. -
Uses of SpreadSheet in adams.parser.spreadsheetquery
Fields in adams.parser.spreadsheetquery declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetParserHelper. m_Sheetthe underlying spreadsheet.Methods in adams.parser.spreadsheetquery that return SpreadSheet Modifier and Type Method Description SpreadSheetParser. getResult()Returns the result of the evaluation.SpreadSheetParserHelper. getResult()Returns the result of the evaluation.SpreadSheetParser. getSheet()Returns the current spreadsheet in use.SpreadSheetParserHelper. getSheet()Returns the current spreadsheet in use.Methods in adams.parser.spreadsheetquery with parameters of type SpreadSheet Modifier and Type Method Description voidParser. setSheet(SpreadSheet value)Sets the spreadsheet to use.voidParserHelper. setSheet(SpreadSheet value)Sets the spreadsheet to use. -
Uses of SpreadSheet in adams.scripting.command.flow
Fields in adams.scripting.command.flow declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetListFlows. m_Flowsthe flows.Methods in adams.scripting.command.flow that return SpreadSheet Modifier and Type Method Description protected SpreadSheetListFlows. newSheet()Creates an empty spreadsheet of the correct format. -
Uses of SpreadSheet in weka.classifiers
Methods in weka.classifiers with parameters of type SpreadSheet Modifier and Type Method Description StringAggregateEvaluations. add(SpreadSheet sheet, int colAct, int colPred, int colWeight, int[] colsDist, boolean useColNamesAsLabels)Adds the data from the spreadsheet as predictions. -
Uses of SpreadSheet in weka.classifiers.functions
Fields in weka.classifiers.functions declared as SpreadSheet Modifier and Type Field Description protected SpreadSheetFromPredictions. m_Predictionsthe actual predictions.Methods in weka.classifiers.functions that return SpreadSheet Modifier and Type Method Description SpreadSheetFromPredictions. getPredictions()Returns the predictions that were loaded. -
Uses of SpreadSheet in weka.experiment
Methods in weka.experiment with parameters of type SpreadSheet Modifier and Type Method Description protected StringResultMatrixAdamsCSV. toString(SpreadSheet sheet)Turns the spreadsheet into a string. -
Uses of SpreadSheet in weka.filters.supervised.instance
Methods in weka.filters.supervised.instance that return SpreadSheet Modifier and Type Method Description protected SpreadSheetRemoveOutliers. evaluationToSpreadSheet(weka.classifiers.Evaluation eval)Turns the predictions of the evaluation object into a spreadsheet.
-