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 SpreadSheet
SystemInfo. 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 SpreadSheet
BinnableDataset. 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 SpreadSheet
DataContainerWithSpreadSheetSupport. 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 SpreadSheet
AbstractMatrixToSpreadSheet. m_SpreadSheetType
the type of spreadsheet to use.protected SpreadSheet
TimeseriesToSpreadSheet. m_SpreadSheetType
the type of spreadsheet to use.protected SpreadSheet
WekaInstancesToSpreadSheet. m_SpreadSheetType
the type of spreadsheet to use.Methods in adams.data.conversion that return SpreadSheet Modifier and Type Method Description protected SpreadSheet
AbstractSpreadSheetColumnConverter. convert(SpreadSheet input)
Generates the new spreadsheet from the input.protected abstract SpreadSheet
AbstractSpreadSheetConversion. convert(SpreadSheet input)
Generates the new spreadsheet from the input.protected SpreadSheet
ConvertSpreadSheetRows. convert(SpreadSheet input)
Generates the new spreadsheet from the input.protected SpreadSheet
RenameSpreadSheet. convert(SpreadSheet input)
Returns a string describing the object.protected SpreadSheet
RenameSpreadSheetColumn. convert(SpreadSheet input)
Returns a string describing the object.protected SpreadSheet
SpreadSheetAddFormulaColumn. convert(SpreadSheet input)
Generates the new spreadsheet from the input.protected SpreadSheet
SpreadSheetAddFormulaRow. convert(SpreadSheet input)
Generates the new spreadsheet from the input.protected SpreadSheet
SpreadSheetAddRowID. convert(SpreadSheet input)
Generates the new spreadsheet from the input.protected SpreadSheet
SpreadSheetAddSumColumn. convert(SpreadSheet input)
Generates the new spreadsheet from the input.protected SpreadSheet
SpreadSheetAddSumRow. convert(SpreadSheet input)
Generates the new spreadsheet from the input.protected SpreadSheet
SpreadSheetBinarize. convert(SpreadSheet input)
Returns a string describing the object.protected SpreadSheet
SpreadSheetJoinColumns. convert(SpreadSheet input)
Returns a string describing the object.protected SpreadSheet
SpreadSheetMaterializeFormulas. convert(SpreadSheet input)
Generates the new spreadsheet from the input.protected SpreadSheet
SpreadSheetSplitColumn. convert(SpreadSheet input)
Returns a string describing the object.protected SpreadSheet
SpreadSheetUniqueColumnNames. convert(SpreadSheet input)
Returns a string describing the object.protected SpreadSheet
SpreadSheetUseRowAsHeader. convert(SpreadSheet input)
Generates the new spreadsheet from the input.protected SpreadSheet
TransposeSpreadSheet. convert(SpreadSheet input)
Performs the actual conversion.SpreadSheet
AbstractMatrixToSpreadSheet. getSpreadSheetType()
Returns the type of spreadsheet to use.SpreadSheet
TimeseriesToSpreadSheet. getSpreadSheetType()
Returns the type of spreadsheet to use.SpreadSheet
WekaInstancesToSpreadSheet. getSpreadSheetType()
Returns the type of spreadsheet to use.protected SpreadSheet
AbstractMatrixToSpreadSheet. newInstance()
Generates a new spreadsheet instance.Methods in adams.data.conversion with parameters of type SpreadSheet Modifier and Type Method Description protected SpreadSheet
AbstractSpreadSheetColumnConverter. convert(SpreadSheet input)
Generates the new spreadsheet from the input.protected abstract SpreadSheet
AbstractSpreadSheetConversion. convert(SpreadSheet input)
Generates the new spreadsheet from the input.protected SpreadSheet
ConvertSpreadSheetRows. convert(SpreadSheet input)
Generates the new spreadsheet from the input.protected SpreadSheet
RenameSpreadSheet. convert(SpreadSheet input)
Returns a string describing the object.protected SpreadSheet
RenameSpreadSheetColumn. convert(SpreadSheet input)
Returns a string describing the object.protected SpreadSheet
SpreadSheetAddFormulaColumn. convert(SpreadSheet input)
Generates the new spreadsheet from the input.protected SpreadSheet
SpreadSheetAddFormulaRow. convert(SpreadSheet input)
Generates the new spreadsheet from the input.protected SpreadSheet
SpreadSheetAddRowID. convert(SpreadSheet input)
Generates the new spreadsheet from the input.protected SpreadSheet
SpreadSheetAddSumColumn. convert(SpreadSheet input)
Generates the new spreadsheet from the input.protected SpreadSheet
SpreadSheetAddSumRow. convert(SpreadSheet input)
Generates the new spreadsheet from the input.protected SpreadSheet
SpreadSheetBinarize. convert(SpreadSheet input)
Returns a string describing the object.protected SpreadSheet
SpreadSheetJoinColumns. convert(SpreadSheet input)
Returns a string describing the object.protected SpreadSheet
SpreadSheetMaterializeFormulas. convert(SpreadSheet input)
Generates the new spreadsheet from the input.protected SpreadSheet
SpreadSheetSplitColumn. convert(SpreadSheet input)
Returns a string describing the object.protected SpreadSheet
SpreadSheetUniqueColumnNames. convert(SpreadSheet input)
Returns a string describing the object.protected SpreadSheet
SpreadSheetUseRowAsHeader. convert(SpreadSheet input)
Generates the new spreadsheet from the input.protected SpreadSheet
TransposeSpreadSheet. convert(SpreadSheet input)
Performs the actual conversion.protected int[]
AbstractSpreadSheetToMatrix. determineColumns(SpreadSheet sheet)
Determines all the columns to include in the matrix.protected void
JsonToSpreadSheet. flatten(String path, net.minidev.json.JSONArray json, SpreadSheet sheet, Row header)
Flattens the JSON object.protected void
JsonToSpreadSheet. flatten(String path, net.minidev.json.JSONObject json, SpreadSheet sheet, Row header)
Flattens the JSON object.protected abstract T
AbstractSpreadSheetToMatrix. getValue(SpreadSheet sheet, Row row, int col)
Returns the cell value at the specified location.protected Double
SpreadSheetToDoubleMatrix. getValue(SpreadSheet sheet, Row row, int col)
Returns the cell value at the specified location.protected String
SpreadSheetToStringMatrix. getValue(SpreadSheet sheet, Row row, int col)
Returns the cell value at the specified location.protected abstract boolean
AbstractSpreadSheetToMatrix. includeColumn(SpreadSheet sheet, int col)
Determines whether to include this particular column.protected boolean
SpreadSheetToDoubleMatrix. includeColumn(SpreadSheet sheet, int col)
Determines whether to include this particular column.protected boolean
SpreadSheetToStringMatrix. includeColumn(SpreadSheet sheet, int col)
Determines whether to include this particular column.protected void
AbstractSpreadSheetColumnConverter. preConvert(SpreadSheet input)
Prepares the conversion.protected void
SpreadSheetStringColumnToDate. preConvert(SpreadSheet input)
Prepares the conversion.protected void
SpreadSheetStringColumnToDateTime. preConvert(SpreadSheet input)
Prepares the conversion.protected void
SpreadSheetStringColumnToDateTimeMsec. preConvert(SpreadSheet input)
Prepares the conversion.protected void
SpreadSheetStringColumnToDouble. preConvert(SpreadSheet input)
Prepares the conversion.protected void
SpreadSheetStringColumnToLong. preConvert(SpreadSheet input)
Prepares the conversion.protected void
SpreadSheetStringColumnToTime. preConvert(SpreadSheet input)
Prepares the conversion.protected void
SpreadSheetStringColumnToTimeMsec. preConvert(SpreadSheet input)
Prepares the conversion.void
AbstractMatrixToSpreadSheet. setSpreadSheetType(SpreadSheet value)
Sets the type of spreadsheet to use.void
TimeseriesToSpreadSheet. setSpreadSheetType(SpreadSheet value)
Sets the type of spreadsheet to use.void
WekaInstancesToSpreadSheet. 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 SpreadSheet
SpreadSheet. m_SpreadSheetType
the type of spreadsheet to use.Methods in adams.data.featureconverter that return SpreadSheet Modifier and Type Method Description protected SpreadSheet
SpreadSheet. doGenerateHeader(HeaderDefinition header)
Performs the actual generation of the header data structure using the supplied header definition.protected SpreadSheet
Dataset. getDefaultSpreadSheetType()
Returns the default spreadsheet to use.protected SpreadSheet
SpreadSheet. getDefaultSpreadSheetType()
Returns the default spreadsheet to use.SpreadSheet
SpreadSheet. getSpreadSheetType()
Returns the type of spreadsheet to use.Methods in adams.data.featureconverter with parameters of type SpreadSheet Modifier and Type Method Description void
SpreadSheet. 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 SpreadSheet
ImageMetaDataHelper. commons(File file)
Reads the meta-data from the file (Commons Imaging).static SpreadSheet
ImageMetaDataHelper. metaDataExtractor(File file)
Reads the meta-data from the file (using meta-data extractor).SpreadSheet
IntArrayMatrixView. 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 SpreadSheet
Instance. 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 SpreadSheet
FastICA. m_Components
the components.protected SpreadSheet
PCA. m_Loadings
the loadings.protected SpreadSheet
PLS. m_Loadings
the loadings.protected SpreadSheet
PCA. m_Scores
the scores.protected SpreadSheet
PLS. m_Scores
the scores.protected SpreadSheet
FastICA. m_Sources
the sources.Methods in adams.data.instancesanalysis that return SpreadSheet Modifier and Type Method Description protected SpreadSheet
PCA. extractLoadings(weka.core.Instances data, ArrayList<ArrayList<Double>> coeff)
Create a spreadsheet to output from the coefficients 2D arraySpreadSheet
FastICA. getComponents()
Returns the components.SpreadSheet
PCA. getLoadings()
Returns the loadings.SpreadSheet
PLS. getLoadings()
Returns the loadings.SpreadSheet
PCA. getScores()
Returns the scores.SpreadSheet
PLS. getScores()
Returns the scores.SpreadSheet
FastICA. 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 SpreadSheet
MatrixHelper. 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 SpreadSheet
AccessSpreadSheetReader.ChunkReader. m_Header
the header.protected SpreadSheet
CsvSpreadSheetReader.ChunkReader. m_Header
the header.protected SpreadSheet
FastCsvSpreadSheetReader.ChunkReader. m_Header
the header.protected SpreadSheet
SimpleStreamSpreadSheetReader. m_Header
the header in use.protected SpreadSheet
SqlDumpSpreadSheetReader.ChunkReader. m_Header
the header.protected SpreadSheet
ExcelStreamingSpreadSheetReader.SheetHandler. m_Sheet
the spreadsheet to add the content to.protected SpreadSheet
AbstractSpreadSheetReader. m_SpreadSheetType
the type of spreadsheet to use.Methods in adams.data.io.input that return SpreadSheet Modifier and Type Method Description protected SpreadSheet
Mat5SpreadSheetReader. convert(us.hebi.matlab.mat.types.Array array)
Converts the array.protected SpreadSheet
AbstractMultiSheetSpreadSheetReader. doRead(File file)
Performs the actual reading.protected SpreadSheet
AbstractMultiSheetSpreadSheetReader. doRead(InputStream in)
Performs the actual reading.protected SpreadSheet
AbstractMultiSheetSpreadSheetReader. doRead(Reader r)
Performs the actual reading.protected SpreadSheet
AbstractSpreadSheetReader. doRead(File file)
Performs the actual reading.protected SpreadSheet
AbstractSpreadSheetReader. doRead(InputStream in)
Performs the actual reading.protected SpreadSheet
AbstractSpreadSheetReader. doRead(Reader r)
Performs the actual reading.protected SpreadSheet
AbstractWekaSpreadSheetReader. doRead(File file)
Performs the actual reading.protected SpreadSheet
AccessSpreadSheetReader. doRead(File file)
Performs the actual reading.protected SpreadSheet
AutoWidthTabularSpreadSheetReader. doRead(Reader r)
Reads the spreadsheet content from the specified file.protected SpreadSheet
CsvSpreadSheetReader. doRead(Reader r)
Reads the spreadsheet content from the specified file.protected SpreadSheet
FastCsvSpreadSheetReader. doRead(Reader r)
Reads the spreadsheet content from the specified file.protected SpreadSheet
FixedTabularSpreadSheetReader. doRead(Reader r)
Reads the spreadsheet content from the specified file.protected SpreadSheet
Mat5SpreadSheetReader. doRead(File file)
Performs the actual reading.protected SpreadSheet
PNGSpreadSheetReader. doRead(InputStream in)
Performs the actual reading.protected SpreadSheet
PropertiesSpreadSheetReader. doRead(File file)
Performs the actual reading.protected SpreadSheet
SimpleArffSpreadSheetReader. doRead(Reader r)
Performs the actual reading.protected SpreadSheet
SimpleCsvSpreadSheetReader. doRead(Reader r)
Reads the spreadsheet content from the specified file.protected SpreadSheet
SimpleStreamSpreadSheetReader. doRead(Reader r)
Performs the actual reading.protected SpreadSheet
SqlDumpSpreadSheetReader. doRead(Reader r)
Performs the actual reading.protected SpreadSheet
AbstractSpreadSheetReader. getDefaultSpreadSheet()
Returns the default spreadsheet type.SpreadSheet
AbstractSpreadSheetReader. getSpreadSheetType()
Returns the type of spreadsheet to use.SpreadSheet
SpreadSheetReader. getSpreadSheetType()
Returns the type of spreadsheet to use.SpreadSheet
AccessSpreadSheetReader.ChunkReader. next()
Reads the next chunk.SpreadSheet
CsvSpreadSheetReader.ChunkReader. next()
Reads the next chunk.SpreadSheet
FastCsvSpreadSheetReader.ChunkReader. next()
Reads the next chunk.SpreadSheet
SqlDumpSpreadSheetReader.ChunkReader. next()
Reads the next chunk.SpreadSheet
AccessSpreadSheetReader. nextChunk()
Returns the next chunk.SpreadSheet
ChunkedSpreadSheetReader. nextChunk()
Returns the next chunk.SpreadSheet
CsvSpreadSheetReader. nextChunk()
Returns the next chunk.SpreadSheet
FastCsvSpreadSheetReader. nextChunk()
Returns the next chunk.SpreadSheet
SimpleCsvSpreadSheetReader. nextChunk()
Returns the next chunk.SpreadSheet
SimpleStreamSpreadSheetReader. nextChunk()
Returns the next chunk.SpreadSheet
SqlDumpSpreadSheetReader. nextChunk()
Returns the next chunk.SpreadSheet
AbstractSpreadSheetReader. read(File file)
Reads the spreadsheet from the specified file.SpreadSheet
AbstractSpreadSheetReader. read(InputStream stream)
Reads the spreadsheet from the stream.SpreadSheet
AbstractSpreadSheetReader. read(Reader r)
Reads the spreadsheet from the given reader.SpreadSheet
AbstractSpreadSheetReader. read(String filename)
Reads the spreadsheet from the given file.SpreadSheet
AccessSpreadSheetReader.ChunkReader. read(com.healthmarketscience.jackcess.Table table)
Reads the spreadsheet content from the specified table.SpreadSheet
CsvSpreadSheetReader.ChunkReader. read(Reader r)
Reads the spreadsheet content from the specified reader.SpreadSheet
FastCsvSpreadSheetReader.ChunkReader. read(Reader r)
Reads the spreadsheet content from the specified reader.SpreadSheet
SpreadSheetReader. read(File file)
Reads the spreadsheet from the specified file.SpreadSheet
SpreadSheetReader. read(InputStream stream)
Reads the spreadsheet from the stream.SpreadSheet
SpreadSheetReader. read(Reader r)
Reads the spreadsheet from the given reader.SpreadSheet
SpreadSheetReader. read(String filename)
Reads the spreadsheet from the given file.SpreadSheet
SqlDumpSpreadSheetReader.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 void
SpreadSheetTimeseriesReader. analyzeColumns(SpreadSheet sheet)
Analyzes the columns.protected List<Report>
ObjectLocationsSpreadSheetReader. convert(SpreadSheet sheet)
Converts the spreadsheet into report(s).protected void
SpreadSheetTimeseriesReader. performRead(SpreadSheet sheet)
Completes and returns the last timeseries that was started.protected TimeseriesPoint
SpreadSheetTimeseriesReader. readDataPoint(SpreadSheet sheet)
Reads the next timeseries data point.void
AbstractSpreadSheetReader. setSpreadSheetType(SpreadSheet value)
Sets the type of spreadsheet to use.void
SpreadSheetReader. 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.SharedStringsTable 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 SpreadSheet
AccessSpreadSheetWriter. m_Header
the header of the first spreadsheet written to file, if appending is active.protected SpreadSheet
CsvSpreadSheetWriter. m_Header
the header of the first spreadsheet written to file, if appending is active.protected SpreadSheet
SqlDumpSpreadSheetWriter. m_Header
the 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 SpreadSheet
ObjectLocationsSpreadSheetWriter. 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 void
FixedTabularSpreadSheetWriter. addSeparatorLine(SpreadSheet content, Writer writer)
Adds a separator line to the output.boolean
AccessSpreadSheetWriter. canAppend(SpreadSheet sheet)
Checks whether we can append the specified spreadsheet to the existing file.boolean
AppendableSpreadSheetWriter. canAppend(SpreadSheet sheet)
Checks whether we can append the specified spreadsheet to the existing file.boolean
CsvSpreadSheetWriter. canAppend(SpreadSheet sheet)
Checks whether we can append the specified spreadsheet to the existing file.boolean
SqlDumpSpreadSheetWriter. 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 String
AccessSpreadSheetWriter. determineTableName(SpreadSheet sheet)
Determines the name for the table.protected boolean
AbstractMultiSheetSpreadSheetWriter. doWrite(SpreadSheet[] content, OutputStream out)
Performs the actual writing.protected boolean
AbstractMultiSheetSpreadSheetWriter. doWrite(SpreadSheet[] content, Writer writer)
Performs the actual writing.protected boolean
AbstractMultiSheetSpreadSheetWriter. doWrite(SpreadSheet[] content, String filename)
Performs the actual writing.protected boolean
AbstractMultiSheetSpreadSheetWriter. doWrite(SpreadSheet content, OutputStream out)
Performs the actual writing.protected boolean
AbstractMultiSheetSpreadSheetWriter. doWrite(SpreadSheet content, Writer writer)
Performs the actual writing.protected boolean
AbstractSpreadSheetWriter. doWrite(SpreadSheet content, OutputStream out)
Performs the actual writing.protected boolean
AbstractSpreadSheetWriter. doWrite(SpreadSheet content, Writer writer)
Performs the actual writing.protected boolean
AbstractSpreadSheetWriter. doWrite(SpreadSheet content, String filename)
Performs the actual writing.protected boolean
AbstractWekaSpreadSheetWriter. doWrite(SpreadSheet content, OutputStream out)
Performs the actual writing.protected boolean
AccessSpreadSheetWriter. doWrite(SpreadSheet content, String filename)
Performs the actual writing.protected boolean
AutoWidthTabularSpreadSheetWriter. doWrite(SpreadSheet content, Writer writer)
Performs the actual writing.protected boolean
CsvSpreadSheetWriter. doWrite(SpreadSheet content, Writer writer)
Performs the actual writing.protected boolean
ExcelSpreadSheetWriter. doWrite(SpreadSheet[] content, OutputStream out)
Performs the actual writing.protected boolean
ExcelStreamingSpreadSheetWriter. doWrite(SpreadSheet[] content, OutputStream out)
Performs the actual writing.protected boolean
FixedTabularSpreadSheetWriter. doWrite(SpreadSheet content, Writer writer)
Performs the actual writing.protected boolean
GnumericSpreadSheetWriter. doWrite(SpreadSheet[] content, OutputStream out)
Performs the actual writing.protected boolean
Mat5SpreadSheetWriter. doWrite(SpreadSheet[] content, String filename)
Performs the actual writing.protected boolean
ODFSpreadSheetWriter. doWrite(SpreadSheet[] content, OutputStream out)
Performs the actual writing.protected boolean
PropertiesSpreadSheetWriter. doWrite(SpreadSheet content, String filename)
Performs the actual writing.protected boolean
SimpleArffSpreadSheetWriter. doWrite(SpreadSheet content, Writer writer)
Performs the actual writing.protected boolean
SimpleStreamSpreadSheetWriter. doWrite(SpreadSheet content, Writer writer)
Performs the actual writing.protected boolean
SqlDumpSpreadSheetWriter. doWrite(SpreadSheet content, Writer writer)
Performs the actual writing.protected long
GnumericSpreadSheetWriter. getBound(SpreadSheet content, boolean cols)
Returns the integer bound for number of columns/rows.boolean
AbstractMultiSheetSpreadSheetWriter. write(SpreadSheet[] content, File file)
Writes the spreadsheets to the specified file.boolean
AbstractMultiSheetSpreadSheetWriter. write(SpreadSheet[] content, OutputStream stream)
Writes the spreadsheets to the given output stream.boolean
AbstractMultiSheetSpreadSheetWriter. write(SpreadSheet[] content, Writer writer)
Writes the spreadsheets to the given writer.boolean
AbstractMultiSheetSpreadSheetWriter. write(SpreadSheet[] content, String filename)
Writes the spreadsheets to the given file.boolean
AbstractSpreadSheetWriter. write(SpreadSheet content, File file)
Writes the given content to the specified file.boolean
AbstractSpreadSheetWriter. write(SpreadSheet content, OutputStream stream)
Writes the spreadsheet in CSV format to the given output stream.boolean
AbstractSpreadSheetWriter. write(SpreadSheet content, Writer writer)
Writes the spreadsheet in CSV format to the given writer.boolean
AbstractSpreadSheetWriter. write(SpreadSheet content, String filename)
Writes the spreadsheet in CSV format to the given file.boolean
MultiSheetSpreadSheetWriter. write(SpreadSheet[] content, File file)
Writes the spreadsheets to the specified file.boolean
MultiSheetSpreadSheetWriter. write(SpreadSheet[] content, OutputStream stream)
Writes the spreadsheets to the given output stream.boolean
MultiSheetSpreadSheetWriter. write(SpreadSheet[] content, Writer writer)
Writes the spreadsheets to the given writer.boolean
MultiSheetSpreadSheetWriter. write(SpreadSheet[] content, String filename)
Writes the spreadsheets to the given file.boolean
SpreadSheetWriter. write(SpreadSheet content, File file)
Writes the given content to the specified file.boolean
SpreadSheetWriter. write(SpreadSheet content, OutputStream stream)
Writes the spreadsheet to the given output stream.boolean
SpreadSheetWriter. write(SpreadSheet content, Writer writer)
Writes the spreadsheet to the given writer.boolean
SpreadSheetWriter. write(SpreadSheet content, String filename)
Writes the spreadsheet to the given file.protected boolean
SimpleStreamSpreadSheetWriter. 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 SpreadSheet
Report. 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 SpreadSheet
XYSequence. toSpreadSheet()
Returns the content as spreadsheet.SpreadSheet
XYSequence. 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 class
DefaultSpreadSheet
Represents a generic spreadsheet object.class
SpreadSheetView
Provides a view of another spreadsheet.Fields in adams.data.spreadsheet declared as SpreadSheet Modifier and Type Field Description protected SpreadSheet
MetaData. m_Data
for storing the meta-data.protected SpreadSheet
AbstractRow. m_Owner
the owner.protected SpreadSheet
DataRowView. m_Owner
the owning spreadsheet.protected SpreadSheet
DenseDataRow. m_Owner
the owner.protected SpreadSheet
SpreadSheetView. m_Sheet
the underlying spreadsheet.Methods in adams.data.spreadsheet that return SpreadSheet Modifier and Type Method Description static SpreadSheet
SpreadSheetHelper. append(SpreadSheet first, SpreadSheet second, boolean noCopy)
Appends two spreadsheets.static SpreadSheet
SpreadSheetHelper. convertToNumeric(SpreadSheet sheet, Map<Integer,Map<String,Integer>> mappings, Double missing, double unhandled)
Turns non-numeric cells into numeric ones.SpreadSheet
DefaultSpreadSheet. getClone()
Returns a clone of itself.SpreadSheet
SpreadSheet. getClone()
Returns a clone of itself.SpreadSheet
SpreadSheetView. getClone()
Returns a clone of itself.SpreadSheet
DefaultSpreadSheet. getHeader()
Returns the a spreadsheet with the same header and comments.SpreadSheet
SpreadSheet. getHeader()
Returns the a spreadsheet with the same header and comments.SpreadSheet
SpreadSheetView. getHeader()
Returns the view with the same header and comments.SpreadSheet
AbstractRow. getOwner()
Returns the spreadsheet this row belongs to.SpreadSheet
DataRowView. getOwner()
Returns the spreadsheet this row belongs to.SpreadSheet
DenseDataRow. getOwner()
Returns the spreadsheet this row belongs to.SpreadSheet
Row. getOwner()
Returns the spreadsheet this row belongs to.SpreadSheet
SparseDataRow. getOwner()
Returns the spreadsheet this row belongs to.SpreadSheet
SpreadSheetView. getSheet()
Returns the underlying sheet.SpreadSheet
Cell. getSpreadSheet()
Returns the spreadsheet this cell belongs to.SpreadSheet
CellView. getSpreadSheet()
Returns the spreadsheet this cell belongs to.SpreadSheet
DoubleCell. getSpreadSheet()
Returns the spreadsheet this cell belongs to.SpreadSheet
FloatCell. getSpreadSheet()
Returns the spreadsheet this cell belongs to.SpreadSheet
SpreadSheetColumnIndex. getSpreadSheet()
Returns the underlying spreadsheet.SpreadSheet
SpreadSheetColumnRange. getSpreadSheet()
Returns the underlying spreadsheet.SpreadSheet
SpreadSheetRowIndex. getSpreadSheet()
Returns the underlying spreadsheet.SpreadSheet
SpreadSheetRowRange. getSpreadSheet()
Returns the underlying spreadsheet.SpreadSheet
SpreadSheetUnorderedColumnRange. getSpreadSheet()
Returns the underlying spreadsheet.SpreadSheet
SpreadSheetUnorderedRowRange. getSpreadSheet()
Returns the underlying spreadsheet.SpreadSheet
SpreadSheetTypeHandler. getSpreadSheetType()
Returns the type of spreadsheet to use.static SpreadSheet
SpreadSheetHelper. mapToSpreadSheet(Map map, String[] header)
Turns the map into a spreadsheet.SpreadSheet
DefaultSpreadSheet. newInstance()
Returns a new instance.SpreadSheet
SpreadSheet. newInstance()
Returns a new instance.SpreadSheet
SpreadSheetView. newInstance()
Returns a new instance.SpreadSheet
MetaData. toSpreadSheet()
Returns the meta-data as spreadsheet.SpreadSheet
SpreadSheetSupporter. toSpreadSheet()
Returns the content as spreadsheet.SpreadSheet
DefaultSpreadSheet. toView(int[] rows, int[] columns)
Creates a view of the spreadsheet with the specified rows/columns.SpreadSheet
SpreadSheet. toView(int[] rows, int[] columns)
Creates a view of the spreadsheet with the specified rows/columns.SpreadSheet
SpreadSheetView. 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 SpreadSheet
SpreadSheetHelper. append(SpreadSheet first, SpreadSheet second, boolean noCopy)
Appends two spreadsheets.void
DefaultSpreadSheet. assign(SpreadSheet sheet)
Clears this spreadsheet and copies all the data from the given one.void
SpreadSheet. assign(SpreadSheet sheet)
Clears this spreadsheet and copies all the data from the given one.void
SpreadSheetView. assign(SpreadSheet sheet)
Uses this spreadsheet instead, performs no copy.static String
SpreadSheetHelper. compare(SpreadSheet first, SpreadSheet second)
Compares two spreadsheets.static SpreadSheet
SpreadSheetHelper. convertToNumeric(SpreadSheet sheet, Map<Integer,Map<String,Integer>> mappings, Double missing, double unhandled)
Turns non-numeric cells into numeric ones.String
DefaultSpreadSheet. equalsHeader(SpreadSheet other)
Compares the header of this spreadsheet with the other one.String
SpreadSheet. equalsHeader(SpreadSheet other)
Compares the header of this spreadsheet with the other one.String
SpreadSheetView. equalsHeader(SpreadSheet other)
Compares the header of this spreadsheet with the other one.protected String
RowIdentifier. generateKey(SpreadSheet sheet, int index, int[] indices)
Generates a key for the specified row.DataRow
DataRow. getClone(SpreadSheet owner)
Returns a clone of itself.DataRow
DataRowView. getClone(SpreadSheet owner)
Returns a clone of itself.DataRow
DenseDataRow. getClone(SpreadSheet owner)
Creates a copy of itself.HeaderRow
HeaderRow. getClone(SpreadSheet owner)
Returns a clone of itself.Row
Row. getClone(SpreadSheet owner)
Returns a clone of itself.DataRow
SparseDataRow. 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 String
SpreadSheetColumnIndex. getName(SpreadSheet data, int colIndex)
Returns the column name at the specified index.protected String
SpreadSheetColumnRange. getName(SpreadSheet data, int colIndex)
Returns the column name at the specified index.protected String
SpreadSheetRowIndex. getName(SpreadSheet data, int colIndex)
Unused.protected String
SpreadSheetRowRange. getName(SpreadSheet data, int colIndex)
Unused.protected String
SpreadSheetUnorderedColumnRange. getName(SpreadSheet data, int colIndex)
Returns the column name at the specified index.protected String
SpreadSheetUnorderedRowRange. 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 int
SpreadSheetColumnIndex. getNumNames(SpreadSheet data)
Returns the number of columns the dataset has.protected int
SpreadSheetColumnRange. getNumNames(SpreadSheet data)
Returns the number of columns the dataset has.protected int
SpreadSheetRowIndex. getNumNames(SpreadSheet data)
Returns the number of rows the dataset has.protected int
SpreadSheetRowRange. getNumNames(SpreadSheet data)
Returns the number of rows the dataset has.protected int
SpreadSheetUnorderedColumnRange. getNumNames(SpreadSheet data)
Returns the number of columns the dataset has.protected int
SpreadSheetUnorderedRowRange. getNumNames(SpreadSheet data)
Returns the number of rows the dataset has.void
RowIdentifier. 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.void
DefaultSpreadSheet. mergeWith(SpreadSheet other)
Puts the content of the provided spreadsheet on the right.void
SpreadSheet. mergeWith(SpreadSheet other)
Puts the content of the provided spreadsheet on the right.void
SpreadSheetView. mergeWith(SpreadSheet other)
Puts the content of the provided spreadsheet on the right.void
AbstractRow. setOwner(SpreadSheet owner)
Sets the spreadsheet this row belongs to.void
DataRowView. setOwner(SpreadSheet owner)
Sets the spreadsheet this row belongs to.void
DenseDataRow. setOwner(SpreadSheet owner)
Sets the spreadsheet this row belongs to.void
Row. setOwner(SpreadSheet owner)
Sets the spreadsheet this row belongs to.void
SpreadSheetColumnIndex. setSpreadSheet(SpreadSheet value)
Sets the spreadsheet to use for interpreting the column name.void
SpreadSheetColumnRange. setSpreadSheet(SpreadSheet value)
Sets the spreadsheet to use for interpreting the column name.void
SpreadSheetRowIndex. setSpreadSheet(SpreadSheet value)
Sets the spreadsheet to use for interpreting the row name.void
SpreadSheetRowRange. setSpreadSheet(SpreadSheet value)
Sets the spreadsheet to use for interpreting the row name.void
SpreadSheetUnorderedColumnRange. setSpreadSheet(SpreadSheet value)
Sets the spreadsheet to use for interpreting the column name.void
SpreadSheetUnorderedRowRange. setSpreadSheet(SpreadSheet value)
Sets the spreadsheet to use for interpreting the column name.void
SpreadSheetTypeHandler. 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 SpreadSheet
TypeRangeIterator. m_Sheet
the spreadsheet to process.Methods in adams.data.spreadsheet.cellfinder with parameters of type SpreadSheet Modifier and Type Method Description protected void
AbstractCellFinder. 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 SpreadSheet
AbstractColumnStatistic. createOutputHeader()
Generates the header for the statistics result.protected SpreadSheet
AbstractColumnStatistic. doGenerate(SpreadSheet sheet, int colIndex)
Performs the actual generation of statistics for the specified spreadsheet column.SpreadSheet
AbstractColumnStatistic. generate(SpreadSheet sheet, int colIndex)
Generates statistics for the specified spreadsheet column.protected abstract SpreadSheet
AbstractColumnStatistic. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
ArrayStatistic. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Distinct. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
IQR. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
LabelCounts. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Max. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Mean. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Median. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Min. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Missing. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
MultiColumnStatistic. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Percentile. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
SignalToNoiseRatio. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
StandardDeviation. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Sum. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Unique. 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 String
AbstractColumnStatistic. check(SpreadSheet sheet, int colIndex)
Checks whether the spreadsheet can be handled.protected SpreadSheet
AbstractColumnStatistic. doGenerate(SpreadSheet sheet, int colIndex)
Performs the actual generation of statistics for the specified spreadsheet column.SpreadSheet
AbstractColumnStatistic. generate(SpreadSheet sheet, int colIndex)
Generates statistics for the specified spreadsheet column.protected abstract SpreadSheet
AbstractColumnStatistic. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
ArrayStatistic. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Distinct. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
IQR. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
LabelCounts. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Max. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Mean. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Median. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Min. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Missing. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
MultiColumnStatistic. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Percentile. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
SignalToNoiseRatio. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
StandardDeviation. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Sum. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Unique. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected abstract void
AbstractColumnStatistic. preVisit(SpreadSheet sheet, int colIndex)
Performs initialization before the cells are being visited.protected void
AbstractDoubleArrayColumnStatistic. preVisit(SpreadSheet sheet, int colIndex)
Performs initialization before the cells are being visited.protected void
Distinct. preVisit(SpreadSheet sheet, int colIndex)
Performs initialization before the cells are being visited.protected void
LabelCounts. preVisit(SpreadSheet sheet, int colIndex)
Performs initialization before the cells are being visited.protected void
Missing. preVisit(SpreadSheet sheet, int colIndex)
Performs initialization before the cells are being visited.protected void
MultiColumnStatistic. preVisit(SpreadSheet sheet, int colIndex)
Performs initialization before the cells are being visited.protected void
Unique. 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 SpreadSheet
AbstractColumnFinder. filter(SpreadSheet input, int[] indices)
Filters the columns of a spreadsheet, keeping the specified columns.static SpreadSheet
AbstractColumnFinder. 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 void
AbstractColumnFinder. check(SpreadSheet data)
Checks the data.protected void
AbstractTrainableColumnFinder. 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 boolean
AbstractFilteredColumnFinder. doTrainColumnFinder(SpreadSheet data)
Performs the actual training of the column finder with the specified spreadsheet.protected abstract boolean
AbstractTrainableColumnFinder. doTrainColumnFinder(SpreadSheet data)
Performs the actual training of the column finder with the specified spreadsheet.protected boolean
MultiColumnFinder. doTrainColumnFinder(SpreadSheet data)
Performs the actual training of the column finder with the specified spreadsheet.protected boolean
RowFilteredColumnFinder. doTrainColumnFinder(SpreadSheet data)
Performs the actual training of the column finder with the specified spreadsheet.static SpreadSheet
AbstractColumnFinder. filter(SpreadSheet input, int[] indices)
Filters the columns of a spreadsheet, keeping the specified columns.static SpreadSheet
AbstractColumnFinder. 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.boolean
AbstractTrainableColumnFinder. trainColumnFinder(SpreadSheet data)
Trains the column finder with the specified spreadsheet.boolean
TrainableColumnFinder. 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 SpreadSheet
AbstractSpreadSheetFilter. doFilter(SpreadSheet data)
Performs the actual filtering of the spreadsheet.protected SpreadSheet
Normalize. doFilter(SpreadSheet data)
Performs the actual filtering of the spreadsheet.protected SpreadSheet
PassThrough. doFilter(SpreadSheet data)
Performs the actual filtering of the spreadsheet.protected SpreadSheet
Standardize. doFilter(SpreadSheet data)
Performs the actual filtering of the spreadsheet.protected SpreadSheet
WekaFilter. doFilter(SpreadSheet data)
Performs the actual filtering of the spreadsheet.protected abstract SpreadSheet
AbstractTrainableSpreadSheetFilter. doTrain(SpreadSheet data)
Performs the actual retraining on the spreadsheet.protected SpreadSheet
Normalize. doTrain(SpreadSheet data)
Performs the actual retraining on the spreadsheet.protected SpreadSheet
Standardize. doTrain(SpreadSheet data)
Performs the actual retraining on the spreadsheet.protected SpreadSheet
WekaFilter. doTrain(SpreadSheet data)
Performs the actual retraining on the spreadsheet.SpreadSheet
AbstractSpreadSheetFilter. filter(SpreadSheet data)
Filters the spreadsheet.SpreadSheet
AbstractTrainableSpreadSheetFilter. filter(SpreadSheet data)
Filters the spreadsheet.SpreadSheet
SpreadSheetFilter. filter(SpreadSheet data)
Filters the spreadsheet.protected SpreadSheet
WekaFilter. toSpreadSheet(weka.core.Instances data)
Converts the Instances into a SpreadSheet object.SpreadSheet
AbstractTrainableSpreadSheetFilter. train(SpreadSheet data)
(Re-)Trains on the spreadsheet.SpreadSheet
TrainableSpreadSheetFilter. 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 String
AbstractSpreadSheetFilter. check(SpreadSheet data)
Hook method for checks.protected String
AbstractTrainableSpreadSheetFilter. checkTrain(SpreadSheet data)
Hook method for checks (training data).protected String
Normalize. checkTrain(SpreadSheet data)
Hook method for checks (training data).protected abstract SpreadSheet
AbstractSpreadSheetFilter. doFilter(SpreadSheet data)
Performs the actual filtering of the spreadsheet.protected SpreadSheet
Normalize. doFilter(SpreadSheet data)
Performs the actual filtering of the spreadsheet.protected SpreadSheet
PassThrough. doFilter(SpreadSheet data)
Performs the actual filtering of the spreadsheet.protected SpreadSheet
Standardize. doFilter(SpreadSheet data)
Performs the actual filtering of the spreadsheet.protected SpreadSheet
WekaFilter. doFilter(SpreadSheet data)
Performs the actual filtering of the spreadsheet.protected abstract SpreadSheet
AbstractTrainableSpreadSheetFilter. doTrain(SpreadSheet data)
Performs the actual retraining on the spreadsheet.protected SpreadSheet
Normalize. doTrain(SpreadSheet data)
Performs the actual retraining on the spreadsheet.protected SpreadSheet
Standardize. doTrain(SpreadSheet data)
Performs the actual retraining on the spreadsheet.protected SpreadSheet
WekaFilter. doTrain(SpreadSheet data)
Performs the actual retraining on the spreadsheet.SpreadSheet
AbstractSpreadSheetFilter. filter(SpreadSheet data)
Filters the spreadsheet.SpreadSheet
AbstractTrainableSpreadSheetFilter. filter(SpreadSheet data)
Filters the spreadsheet.SpreadSheet
SpreadSheetFilter. filter(SpreadSheet data)
Filters the spreadsheet.protected weka.core.Instances
WekaFilter. toInstances(SpreadSheet data)
Converts the spreadsheet into an Instances object.SpreadSheet
AbstractTrainableSpreadSheetFilter. train(SpreadSheet data)
(Re-)Trains on the spreadsheet.SpreadSheet
TrainableSpreadSheetFilter. 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 SpreadSheet
AbstractMatrixStatistic. createOutputHeader()
Generates the header for the statistics result.protected abstract SpreadSheet
AbstractMatrixStatistic. doGenerate(SpreadSheet sheet)
Performs the actual generation of statistics for the specified spreadsheet.protected SpreadSheet
Max. doGenerate(SpreadSheet sheet)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Mean. doGenerate(SpreadSheet sheet)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Median. doGenerate(SpreadSheet sheet)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Min. doGenerate(SpreadSheet sheet)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Missing. doGenerate(SpreadSheet sheet)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
MultiMatrixStatistic. doGenerate(SpreadSheet sheet)
Performs the actual generation of statistics for the specified spreadsheet.protected SpreadSheet
StandardDeviation. doGenerate(SpreadSheet sheet)
Finishes up the stats generation after all the cells have been visited.SpreadSheet
AbstractMatrixStatistic. 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 String
AbstractMatrixStatistic. check(SpreadSheet sheet)
Checks whether the spreadsheet can be handled.protected abstract SpreadSheet
AbstractMatrixStatistic. doGenerate(SpreadSheet sheet)
Performs the actual generation of statistics for the specified spreadsheet.protected SpreadSheet
Max. doGenerate(SpreadSheet sheet)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Mean. doGenerate(SpreadSheet sheet)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Median. doGenerate(SpreadSheet sheet)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Min. doGenerate(SpreadSheet sheet)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Missing. doGenerate(SpreadSheet sheet)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
MultiMatrixStatistic. doGenerate(SpreadSheet sheet)
Performs the actual generation of statistics for the specified spreadsheet.protected SpreadSheet
StandardDeviation. doGenerate(SpreadSheet sheet)
Finishes up the stats generation after all the cells have been visited.SpreadSheet
AbstractMatrixStatistic. generate(SpreadSheet sheet)
Generates statistics for the specified spreadsheet.protected gnu.trove.list.TDoubleList
AbstractMatrixStatistic. 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 SpreadSheet
AbstractRowFinder. 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 void
AbstractRowFinder. check(SpreadSheet data)
Checks the data.protected void
AbstractTrainableRowFinder. 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 boolean
AbstractFilteredRowFinder. doTrainRowFinder(SpreadSheet data)
Performs the actual training of the row finder with the specified spreadsheet.protected abstract boolean
AbstractTrainableRowFinder. doTrainRowFinder(SpreadSheet data)
Performs the actual training of the row finder with the specified spreadsheet.protected boolean
MultiRowFinder. doTrainRowFinder(SpreadSheet data)
Performs the actual training of the row finder with the specified spreadsheet.static SpreadSheet
AbstractRowFinder. 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.boolean
AbstractTrainableRowFinder. trainRowFinder(SpreadSheet data)
Trains the row finder with the specified spreadsheet.boolean
TrainableRowFinder. 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 String
AbstractRowScore. 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 SpreadSheet
AbstractRowStatistic. createOutputHeader()
Generates the header for the statistics result.protected SpreadSheet
AbstractRowStatistic. doGenerate(SpreadSheet sheet, int rowIndex)
Performs the actual generation of statistics for the specified spreadsheet row.SpreadSheet
AbstractRowStatistic. generate(SpreadSheet sheet, int rowIndex)
Generates statistics for the specified spreadsheet row.protected abstract SpreadSheet
AbstractRowStatistic. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
ArrayStatistic. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Distinct. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
IQR. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
LabelCounts. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Max. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Mean. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Median. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Min. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Missing. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
MultiRowStatistic. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Percentile. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
SignalToNoiseRatio. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
StandardDeviation. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Sum. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Unique. 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 String
AbstractRowStatistic. check(SpreadSheet sheet, int rowIndex)
Checks whether the spreadsheet can be handled.protected SpreadSheet
AbstractRowStatistic. doGenerate(SpreadSheet sheet, int rowIndex)
Performs the actual generation of statistics for the specified spreadsheet row.SpreadSheet
AbstractRowStatistic. generate(SpreadSheet sheet, int rowIndex)
Generates statistics for the specified spreadsheet row.protected abstract SpreadSheet
AbstractRowStatistic. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
ArrayStatistic. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Distinct. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
IQR. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
LabelCounts. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Max. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Mean. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Median. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Min. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Missing. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
MultiRowStatistic. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Percentile. postVisit(SpreadSheet sheet, int colIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
SignalToNoiseRatio. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
StandardDeviation. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Sum. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected SpreadSheet
Unique. postVisit(SpreadSheet sheet, int rowIndex)
Finishes up the stats generation after all the cells have been visited.protected void
AbstractDoubleArrayRowStatistic. preVisit(SpreadSheet sheet, int rowIndex)
Performs initialization before the cells are being visited.protected abstract void
AbstractRowStatistic. preVisit(SpreadSheet sheet, int rowIndex)
Performs initialization before the cells are being visited.protected void
Distinct. preVisit(SpreadSheet sheet, int rowIndex)
Performs initialization before the cells are being visited.protected void
LabelCounts. preVisit(SpreadSheet sheet, int rowIndex)
Performs initialization before the cells are being visited.protected void
Missing. preVisit(SpreadSheet sheet, int rowIndex)
Performs initialization before the cells are being visited.protected void
MultiRowStatistic. preVisit(SpreadSheet sheet, int rowIndex)
Performs initialization before the cells are being visited.protected void
Unique. 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 SpreadSheet
Reader. m_Header
the header.protected SpreadSheet
Writer. m_Sheet
the underlying spreadm_Sheet.Methods in adams.data.spreadsheet.sql that return SpreadSheet Modifier and Type Method Description SpreadSheet
Reader. getHeader()
Returns the current header.SpreadSheet
Reader. read(ResultSet rs)
Reads all the data from the provided result set.SpreadSheet
Reader. 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 SpreadSheet
AbstractArrayStatistic.StatisticContainer. toSpreadSheet()
Generates a SpreadSheet object from the stored data.SpreadSheet
AbstractDataStatistic. 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 SpreadSheet
Timeseries. 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 SpreadSheet
MetaDataUtils. 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 void
MetaDataUtils. addRow(SpreadSheet sheet, String key, Object value)
Adds a row to the sheet with the given key and value.protected static void
MetaDataUtils. 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 SpreadSheet
SpreadSheetColumnInsertionEvent. 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 SpreadSheet
AbstractContainer. toSpreadSheet()
Returns the content as spreadsheet.SpreadSheet
Container. 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.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 String
AbstractNumericOutlierDetector. check(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)
Check method before detection.String
AbstractOutlierDetector. check(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)
Check method before detection.String
MultiOutlierDetector. check(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)
Check method before detection.Set<Integer>
AbstractOutlierDetector. detect(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)
For detecting outliers.protected double[]
AbstractNumericOutlierDetector. diff(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted, boolean useRelative)
Computes the difference between the two columns.protected abstract Set<Integer>
AbstractOutlierDetector. doDetect(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)
Performs the actual detection of the outliers.protected Set<Integer>
IQR. doDetect(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)
Performs the actual detection of the outliers.protected Set<Integer>
MeanAbsoluteError. doDetect(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)
Performs the actual detection of the outliers.protected Set<Integer>
MultiOutlierDetector. doDetect(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)
Performs the actual detection of the outliers.protected Set<Integer>
Null. doDetect(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)
Performs the actual detection of the outliers.protected Set<Integer>
StdDev. doDetect(SpreadSheet sheet, SpreadSheetColumnIndex actual, SpreadSheetColumnIndex predicted)
Performs the actual detection of the outliers.protected Double[]
AbstractNumericOutlierDetector. extractColumn(SpreadSheet sheet, SpreadSheetColumnIndex col)
Extracts the double values from the specified column. -
Uses of SpreadSheet in adams.flow.core
Methods in adams.flow.core that return SpreadSheet Modifier and Type Method Description protected SpreadSheet
ActorUsage. analyzeFlows(List<String> flows)
Analyzes all the flows.SpreadSheet
ActorUsage. execute()
Generates the actor usage spreadsheet and saves it if possible.SpreadSheet
ActorStatistic. 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 SpreadSheet
AbstractFlowExecutionListenerWithTable. 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 SpreadSheet
ActorStatistics. m_Sheet
the spreadsheet to display. -
Uses of SpreadSheet in adams.flow.sink
Fields in adams.flow.sink declared as SpreadSheet Modifier and Type Field Description protected SpreadSheet
PlotContainerSink. m_SpreadSheet
stores the content of the plot containers.Methods in adams.flow.sink that return SpreadSheet Modifier and Type Method Description SpreadSheet
Histogram. toSpreadSheet()
Returns the content as spreadsheet.SpreadSheet
ScatterDisplay. toSpreadSheet()
Returns the content as spreadsheet.SpreadSheet
SpreadSheetDisplay. toSpreadSheet()
Returns the content as spreadsheet.Methods in adams.flow.sink with parameters of type SpreadSheet Modifier and Type Method Description protected void
ActualVsPredictedPlot. 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 void
ViewDataClickAction. 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 SpreadSheet
NewSpreadSheet. m_SpreadSheetType
the type of spreadsheet to use.Methods in adams.flow.source that return SpreadSheet Modifier and Type Method Description SpreadSheet
NewSpreadSheet. getSpreadSheetType()
Returns the type of spreadsheet to use.protected SpreadSheet
EnterManyValues. 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 void
NewSpreadSheet. 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 SpreadSheet
TabView. 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 SpreadSheet
SpreadSheetRowBuffer. m_Buffer
the currently buffered data.protected SpreadSheet
SpreadSheetFilter.FilterJob. m_Data
the data to filter.protected SpreadSheet
SpreadSheetFilter.FilterJob. m_Filtered
the filtered data.protected SpreadSheet
SpreadSheetStorageRowIterator. m_Sheet
the underlying sheet.protected SpreadSheet
SpreadSheetVariableRowIterator. m_Sheet
the underlying sheet.protected SpreadSheet
SpreadSheetSubsetByValue. m_Sorted
the sorted spreadsheet.Methods in adams.flow.transformer that return SpreadSheet Modifier and Type Method Description protected SpreadSheet
SpreadSheetMerge. excludeAttributes(SpreadSheet sheet)
Excludes columns from the data.protected SpreadSheet
WekaInstancesInfo. getAttributeStats(weka.core.Instances data, int index)
Generates attributes statistics.SpreadSheet
SpreadSheetFilter.FilterJob. getFiltered()
Returns the filtered data.protected SpreadSheet[]
SpreadSheetMethodMerge. getInput()
Gets the input Spreadsheets to merge.protected SpreadSheet
WekaExtractPLSMatrix. getMatrix(weka.classifiers.Classifier classifier)
Returns the spreadsheet representation of the chosen from the classifier.protected SpreadSheet
WekaExtractPLSMatrix. getMatrix(PLSMatrixAccess obj)
Returns the spreadsheet representation of the chosen from the classifier/filter.protected SpreadSheet
WekaGenericPLSMatrixAccess. getMatrix(weka.classifiers.Classifier classifier)
Returns the spreadsheet representation of the chosen from the classifier.protected SpreadSheet
WekaGenericPLSMatrixAccess. getMatrix(GenericPLSMatrixAccess obj)
Returns the spreadsheet representation of the chosen from the classifier/filter.protected SpreadSheet
SpreadSheetMerge. merge(SpreadSheet[] orig, SpreadSheet[] sheets, HashSet ids)
Merges the datasets based on the collected IDs.protected SpreadSheet
SpreadSheetMerge. prefixColumns(SpreadSheet inst, int index)
Prefixes the columns.protected SpreadSheet
SpreadSheetMerge. prepareData(SpreadSheet inst, int index)
Prepares the data, prefixing columns, removing columns, etc, before merging it.protected SpreadSheet
SpreadSheetMethodMerge. 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 String
WekaEvaluationValues. addStatistic(weka.classifiers.Evaluation eval, SpreadSheet sheet, EvaluationStatistic statistic, int classIndex, boolean useIndex)
Adds the specified statistic to the spreadsheet.protected void
WekaInstancesInfo. 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 String
SpreadSheetConvertCells. convertCell(CellLocation location, SpreadSheet sheet)
Applies the conversion to the cell.protected String
SpreadSheetConvertHeaderCells. convertCell(Cell cell, SpreadSheet sheet)
Applies the conversion to the cell.protected Row
SpreadSheetDifference. difference(SpreadSheet output, Row row1, Row row2)
Computes the difference between the two rows: actual difference is computed for numeric cells.protected SpreadSheet
SpreadSheetMerge. excludeAttributes(SpreadSheet sheet)
Excludes columns from the data.protected void
SpreadSheetDifference. 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 void
SpreadSheetDifference. initRowLookup(SpreadSheet[] sheets)
Initializes the row lookup, if necessary.protected SpreadSheet
SpreadSheetMerge. merge(SpreadSheet[] orig, SpreadSheet[] sheets, HashSet ids)
Merges the datasets based on the collected IDs.protected SpreadSheet
SpreadSheetMerge. prefixColumns(SpreadSheet inst, int index)
Prefixes the columns.protected SpreadSheet
SpreadSheetMerge. prepareData(SpreadSheet inst, int index)
Prepares the data, prefixing columns, removing columns, etc, before merging it.protected void
SpreadSheetMethodMerge. setOutput(SpreadSheet output)
Sets the payload of the output token for this transformer.protected Field
SpreadSheetInfo. toField(SpreadSheet sheet, int col)
Turns the column into a field.protected void
SpreadSheetConvertCells. transfer(SpreadSheet source, Cell cell)
Transfers the spreadsheet content as new columns to the spreadsheet the row belongs to.protected void
SpreadSheetTransformCells. transfer(SpreadSheet source, Cell cell)
Transfers the spreadsheet content as new columns to the spreadsheet the row belongs to.protected String
SpreadSheetTransformCells. transformCell(CellLocation location, SpreadSheet sheet)
Applies the transformation to the cell.protected String
SpreadSheetTransformHeaderCells. transformCell(Cell cell, SpreadSheet sheet)
Applies the transformer to the cell.protected void
SpreadSheetMerge. 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 void
SpreadSheetFileReader. 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 SpreadSheet
AbstractIndexedSplitsRunsPredictions. doGenerate(T data, IndexedSplitsRuns runs, MessageCollection errors)
Generates predictions by applying the indexed splits runs to the data.protected SpreadSheet
InstancesIndexedSplitsRunsPredictions. doGenerate(weka.core.Instances data, IndexedSplitsRuns runs, MessageCollection errors)
Generates predictions by applying the indexed splits runs to the data.protected SpreadSheet
NullPredictions. doGenerate(Object data, IndexedSplitsRuns runs, MessageCollection errors)
Generates predictions by applying the indexed splits runs to the data.SpreadSheet
AbstractIndexedSplitsRunsPredictions. generate(T data, IndexedSplitsRuns runs, MessageCollection errors)
Generates predictions by applying the indexed splits runs to the data.SpreadSheet
IndexedSplitsRunsPredictions. 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 SpreadSheet
LocatedObject. toSpreadSheet()
Returns the content as spreadsheet.SpreadSheet
LocatedObject. 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 SpreadSheet
AbstractMetaDataExtractor. doExtract(File file)
Performs the actual meta-data extraction.protected SpreadSheet
ApacheCommons. doExtract(File file)
Performs the actual meta-data extraction.protected SpreadSheet
MetaDataExtractor. doExtract(File file)
Performs the actual meta-data extraction.SpreadSheet
AbstractMetaDataExtractor. 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 SpreadSheet
AbstractIndentifiableRowOperation. doProcess(SpreadSheet[] sheets, MessageCollection errors)
Performs the actual processing of the sheets.protected SpreadSheet
CommonIDs. doProcess(SpreadSheet[] sheets, MessageCollection errors)
Performs the actual processing of the sheets.protected SpreadSheet
Merge. doProcess(SpreadSheet[] sheets, MessageCollection errors)
Performs the actual processing of the sheets.protected SpreadSheet
Overlay. 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 void
AbstractMultiSpreadSheetOperation. check(SpreadSheet[] sheets)
Checks the sheets.protected void
Overlay. check(SpreadSheet[] sheets)
Checks the sheets.protected SpreadSheet
AbstractIndentifiableRowOperation. doProcess(SpreadSheet[] sheets, MessageCollection errors)
Performs the actual processing of the sheets.protected abstract O
AbstractMultiSpreadSheetOperation. doProcess(SpreadSheet[] sheets, MessageCollection errors)
Performs the actual processing of the sheets.protected SpreadSheet
CommonIDs. doProcess(SpreadSheet[] sheets, MessageCollection errors)
Performs the actual processing of the sheets.protected SpreadSheet
Merge. doProcess(SpreadSheet[] sheets, MessageCollection errors)
Performs the actual processing of the sheets.protected SpreadSheet
Overlay. 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 void
AbstractIndentifiableRowOperation. generateOutputRow(SpreadSheet output, Row rowDiff)
Generates a row and appends it to the output.protected void
AbstractIndentifiableRowOperation. initRowLookup(SpreadSheet[] sheets)
Initializes the row lookup, if necessary.protected abstract Row
AbstractIndentifiableRowOperation. performOperation(SpreadSheet output, Row row1, Row row2)
Performs the actual operation on the rows.protected Row
Difference. performOperation(SpreadSheet output, Row row1, Row row2)
Computes the difference between the two rows: actual difference is computed for numeric cells.protected Row
Sum. performOperation(SpreadSheet output, Row row1, Row row2)
Computes the difference between the two rows: actual difference is computed for numeric cells.O
AbstractMultiSpreadSheetOperation. 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 boolean
AbstractSpreadSheetPdfProclet. doProcess(PDFGenerator generator, SpreadSheet sheet)
The actual processing of the document.protected boolean
ConfusionMatrix. doProcess(PDFGenerator generator, SpreadSheet sheet)
The actual processing of the document.protected boolean
SpreadSheet. doProcess(PDFGenerator generator, SpreadSheet sheet)
The actual processing of the document.Color
ConfusionMatrix. 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 void
AbstractPlotGenerator. check(SpreadSheet sheet)
Checks the spreadsheet.protected void
AndrewsCurvesGenerator. check(SpreadSheet sheet)
Checks the spreadsheet.protected void
NamedPlotGenerator. check(SpreadSheet sheet)
Checks the spreadsheet.protected void
RowWisePlotGenerator. check(SpreadSheet sheet)
Checks the spreadsheet.protected void
SimplePlotGenerator. check(SpreadSheet sheet)
Checks the spreadsheet.protected void
XYPlotGenerator. check(SpreadSheet sheet)
Checks the spreadsheet.protected void
XYWithErrorsPlotGenerator. 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_Spreadsheets
The source spreadsheets we are merging.Methods in adams.flow.transformer.spreadsheetmethodmerge that return SpreadSheet Modifier and Type Method Description protected SpreadSheet
AbstractMerge. createEmptyResultantSpreadsheet(Map<String,List<AbstractMerge.SourceColumn>> columnMapping)
Creates the resultant spreadsheet, ready to be filled with data.SpreadSheet
AbstractMerge. merge(SpreadSheet[] spreadsheets)
Merges the spreadsheets.Methods in adams.flow.transformer.spreadsheetmethodmerge with parameters of type SpreadSheet Modifier and Type Method Description protected String
AbstractMerge. check(SpreadSheet[] spreadsheets)
Hook method for performing checks before attempting the merge.protected String
JoinOnID. check(SpreadSheet[] datasets)
Hook method for performing checks before attempting the merge.protected String
Simple. check(SpreadSheet[] spreadsheets)
Hook method for performing checks before attempting the merge.protected String
JoinOnID. checkAllSpreadsheetsHaveIDColumn(SpreadSheet[] spreadsheets)
Checks that each of the given spreadsheets has the unique ID column.protected int
JoinOnID. findColumnIndexOfUniqueID(SpreadSheet spreadsheet)
Finds the index of the unique ID column in the given spreadsheet.SpreadSheet
AbstractMerge. merge(SpreadSheet[] spreadsheets)
Merges the spreadsheets.protected void
AbstractMerge. 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 SpreadSheet
Predictions. doGenerateOutput(WekaEvaluationContainer[] conts)
Generates the data.protected SpreadSheet
Statistics. 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 SpreadSheet
SpreadSheetTableModel. m_Sheet
the underlying spreadsheet.Methods in adams.gui.core that return SpreadSheet Modifier and Type Method Description SpreadSheet
SpreadSheetTableModel. getSheet()
Returns the underlying spreadsheet.protected SpreadSheet
BaseTable. modelToSpreadSheet()
Returns the underlying sheet.protected SpreadSheet
SpreadSheetTable. modelToSpreadSheet()
Returns the underlying sheet.SpreadSheet
AbstractBaseTableModel. toSpreadSheet()
Returns the content as spreadsheet.SpreadSheet
BaseTable. toSpreadSheet()
Returns the underlying sheet.SpreadSheet
BaseTable. toSpreadSheet(TableRowRange range)
Returns the underlying sheet.SpreadSheet
BaseTable. toSpreadSheet(TableRowRange range, boolean view)
Returns the underlying sheet.SpreadSheet
BaseTableWithButtons. toSpreadSheet()
Returns the content as spreadsheet.static SpreadSheet
JTableHelper. toSpreadSheet(JTable table)
Turns a table into a spreadsheet.static SpreadSheet
JTableHelper. toSpreadSheet(TableModel model)
Turns a table model into a spreadsheet.SpreadSheet
SpreadSheetTableModel. toSpreadSheet()
Returns the underlying sheet.SpreadSheet
SpreadSheetTableWithButtons. toSpreadSheet()
Returns the underlying sheet.SpreadSheet
SpreadSheetTableWithButtons. toSpreadSheet(TableRowRange range)
Returns the underlying sheet.SpreadSheet
SpreadSheetTableWithButtons. toSpreadSheet(TableRowRange range, boolean view)
Returns the underlying sheet.Methods in adams.gui.core with parameters of type SpreadSheet Modifier and Type Method Description SpreadSheetTableModel
SpreadSheetTableModel. 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 String
AbstractSpreadSheetPreview.AbstractSpreadSheetPreviewPanel. check(SpreadSheet sheet, int[] rows)
Check method before generating the preview.protected abstract String
AbstractSpreadSheetPreview.AbstractSpreadSheetPreviewPanel. doPreview(SpreadSheet sheet, int[] rows)
Previews the spreadsheet.protected String
SimpleHTML.SimpleTextPanel. doPreview(SpreadSheet sheet, int[] rows)
Previews the spreadsheet.protected String
SimpleText.SimpleTextPanel. doPreview(SpreadSheet sheet, int[] rows)
Previews the spreadsheet.String
AbstractSpreadSheetPreview.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 SpreadSheet
DistinctValueCellRenderingCustomizer. m_LastSpreadSheet
the last spreadsheet that was used.protected SpreadSheet
HeatmapCellRenderingCustomizer. m_LastSpreadSheet
the last spreadsheet that was used.Methods in adams.gui.core.spreadsheettable with parameters of type SpreadSheet Modifier and Type Method Description protected String
AbstractPlotColumn. check(SpreadSheetTable table, SpreadSheet sheet, int column)
Hook method for checks before attempting the plot.protected void
JFreeChart. createPlot(SpreadSheetTable table, boolean isColumn, SpreadSheet data, String title, int[] spRows)
Plots the data.protected abstract boolean
AbstractPlotColumn. doPlotColumn(SpreadSheetTable table, SpreadSheet sheet, int column)
Plots the specified column.protected void
DistinctValueCellRenderingCustomizer. initColors(SpreadSheet sheet)
Initializes the color lookup table.boolean
AbstractPlotColumn. 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 SpreadSheet
SpreadSheetDialog. getSpreadSheet()
Returns the spreadsheet currently displayed.SpreadSheet
SpreadSheetPanel. 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 void
MultiSpreadSheetDialog. addSpreadSheet(SpreadSheet value)
Adds the spreadsheet as tab.void
SpreadSheetDialog. setSpreadSheet(SpreadSheet value)
Sets the spreadsheet to display.void
SpreadSheetPanel. setSpreadSheet(SpreadSheet value)
Sets the spreadsheet to display.void
MultiSpreadSheetDialog. 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 SpreadSheet
ActorUsage. 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 void
ActorUsage. 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 SpreadSheet
SpreadSheetProcessorPanel. m_DataProcessor
the processed data.protected SpreadSheet
SpreadSheetProcessorPanel. m_DataSource
the source data.Methods in adams.gui.tools that return SpreadSheet Modifier and Type Method Description SpreadSheet
SystemInfoPanel. getContent()
Generates a spreadsheet object from the system info data table.SpreadSheet
SpreadSheetProcessorPanel. getProcessorData()
Returns the processed data.SpreadSheet
SpreadSheetProcessorPanel. getSourceData()
Returns the source data.SpreadSheet
ConsoleOutputAnalyzerPanel.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 SpreadSheet
AbstractProcessor. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.protected SpreadSheet
FlowProcessor. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.protected SpreadSheet
PassThroughProcessor. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.protected SpreadSheet
QueryProcessor. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.SpreadSheet
AbstractProcessor. 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 void
AbstractProcessor. check(SpreadSheet data, MessageCollection errors)
Hook method for performing checks.protected abstract SpreadSheet
AbstractProcessor. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.protected SpreadSheet
FlowProcessor. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.protected SpreadSheet
PassThroughProcessor. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.protected SpreadSheet
QueryProcessor. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.SpreadSheet
AbstractProcessor. 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 SpreadSheet
ClipboardSource. m_Data
the data.protected SpreadSheet
DatabaseSource. m_Data
the data.protected SpreadSheet
FileBrowserSource. m_Data
the data.protected SpreadSheet
FileSource. m_Data
the data.Methods in adams.gui.tools.spreadsheetprocessor.sources that return SpreadSheet Modifier and Type Method Description abstract SpreadSheet
AbstractSource. getData()
Returns the currently available dataSpreadSheet
ClipboardSource. getData()
Returns the currently available dataSpreadSheet
DatabaseSource. getData()
Returns the currently available dataSpreadSheet
FileBrowserSource. getData()
Returns the currently available dataSpreadSheet
FileSource. 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 void
AbstractTarget. check(SpreadSheet data, MessageCollection errors)
Hook method for performing checks.protected void
FileTarget. check(SpreadSheet data, MessageCollection errors)
Hook method for performing checks.protected abstract void
AbstractTarget. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.protected void
ChartTarget. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.protected void
ClipboardTarget. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.protected void
DatabaseTarget. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.protected void
FileTarget. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.void
AbstractTarget. 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 SpreadSheet
SortPanel. m_Sheet
the spreadsheet that forms the basis for the sorting.Methods in adams.gui.tools.spreadsheetviewer that return SpreadSheet Modifier and Type Method Description protected abstract SpreadSheet
AbstractDataPlugin. doProcess(SpreadSheet sheet)
Performs the actual processing of the spreadsheet.protected SpreadSheet
AbstractDataPluginWithGOE. doProcess(SpreadSheet sheet)
Performs the user interaction.protected SpreadSheet
AbstractSelectedSheetsDataPlugin. doProcess(SpreadSheet sheet)
Executes the plugin.SpreadSheet
MultiPagePane. getCurrentSheet()
Returns the currently selected sheet.SpreadSheet
SpreadSheetPanel. getSheet()
Returns the underlying spreadsheet.SpreadSheet
MultiPagePane. getSheetAt(int index)
Returns the table at the specified position.SpreadSheet
SortPanel. getSpreadSheet()
Returns the spreadsheet to use.SpreadSheet
AbstractDataPlugin. process(SpreadSheet sheet)
Processes the spreadsheet.protected abstract SpreadSheet
AbstractSelectedSheetsDataPlugin. process()
Processes all the selected panels.protected SpreadSheet
Append. process()
Processes all the selected panels.protected SpreadSheet
Merge. process()
Processes all the selected panels.protected abstract SpreadSheet
AbstractDataPluginWithGOE. processData(SpreadSheet sheet)
Performs the actual processing of the spreadsheet.SpreadSheet
SpreadSheetPanel. toSpreadSheet()
Returns the underlying sheet.SpreadSheet
SpreadSheetPanel. toSpreadSheet(TableRowRange range)
Returns the underlying sheet.Methods in adams.gui.tools.spreadsheetviewer with parameters of type SpreadSheet Modifier and Type Method Description SpreadSheetPanel
MultiPagePane. addPage(File file, SpreadSheet sheet)
Adds the sheet.SpreadSheetPanel
MultiPagePane. addPage(String title, SpreadSheet sheet)
Adds the sheet.protected String
AbstractDataPlugin. check(SpreadSheet sheet)
Checks the spreadsheet.protected String
AbstractViewPlugin. check(SpreadSheet sheet)
Checks the spreadsheet.String
MultiPagePane. createPageTitle(File file, SpreadSheet sheet)
Creates a page title.protected BasePanel
AbstractSelectedSheetsViewPlugin. doGenerate(SpreadSheet sheet)
Performs the actual generation of the information.protected abstract BasePanel
AbstractViewPlugin. doGenerate(SpreadSheet sheet)
Performs the actual generation of the information.protected BasePanel
AbstractViewPluginWithGOE. doGenerate(SpreadSheet sheet)
Interacts with the user.protected BasePanel
BoxPlot. doGenerate(SpreadSheet sheet)
Performs the actual generation of the information.protected BasePanel
MatrixPlot. doGenerate(SpreadSheet sheet)
Performs the actual generation of the information.protected BasePanel
Statistics. doGenerate(SpreadSheet sheet)
Performs the actual generation of the information.protected abstract SpreadSheet
AbstractDataPlugin. doProcess(SpreadSheet sheet)
Performs the actual processing of the spreadsheet.protected SpreadSheet
AbstractDataPluginWithGOE. doProcess(SpreadSheet sheet)
Performs the user interaction.protected SpreadSheet
AbstractSelectedSheetsDataPlugin. doProcess(SpreadSheet sheet)
Executes the plugin.BasePanel
AbstractViewPlugin. generate(SpreadSheet sheet)
Processes the spreadsheet.protected abstract BasePanel
AbstractViewPluginWithGOE. generatePanel(SpreadSheet sheet)
Performs the actual generation of the information.SpreadSheet
AbstractDataPlugin. process(SpreadSheet sheet)
Processes the spreadsheet.protected abstract SpreadSheet
AbstractDataPluginWithGOE. processData(SpreadSheet sheet)
Performs the actual processing of the spreadsheet.void
SpreadSheetPanel. setSheet(SpreadSheet value)
Sets the spreadsheet to display.boolean
SortPanel. 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 void
AbstractChartGenerator. addChartGeneration(Flow flow, String name, SpreadSheet sheet)
Adds the chart generation to the flow.protected void
AbstractRowBasedChartGenerator. addChartGeneration(Flow flow, String name, SpreadSheet sheet)
Adds the chart generation to the flow.protected void
BarPlot. addChartGeneration(Flow flow, String name, SpreadSheet sheet)
Adds the chart generation to the flow.protected void
ControlChart. addChartGeneration(Flow flow, String name, SpreadSheet sheet)
Adds the chart generation to the flow.protected void
GenericPlot. addChartGeneration(Flow flow, String name, SpreadSheet sheet)
Adds the chart generation to the flow.protected void
Histogram. addChartGeneration(Flow flow, String name, SpreadSheet sheet)
Adds the chart generation to the flow.protected void
JFreeChart. addChartGeneration(Flow flow, String name, SpreadSheet sheet)
Adds the chart generation to the flow.protected void
LinePlot. addChartGeneration(Flow flow, String name, SpreadSheet sheet)
Adds the chart generation to the flow.protected void
ScatterPlot. addChartGeneration(Flow flow, String name, SpreadSheet sheet)
Adds the chart generation to the flow.protected void
AbstractChartGenerator. check(String name, SpreadSheet sheet)
Checks whether the spreadsheet can be processed.protected void
AbstractXYChartGenerator. check(String name, SpreadSheet sheet)
Checks whether the spreadsheet can be processed.protected void
ControlChart. check(String name, SpreadSheet sheet)
Checks whether the spreadsheet can be processed.protected Type
AbstractChartGenerator. columnTypesToAxisType(SpreadSheet sheet, int[] colIndices)
Returns the most appropriate axis type for the given columns.protected TickGenerator
AbstractChartGenerator. columnTypesToTickGenerator(SpreadSheet sheet, int[] colIndices)
Returns the most appropriate tick generator for the given columns.protected Type
AbstractChartGenerator. columnTypeToAxisType(SpreadSheet sheet, int colIndex)
Returns the most appropriate axis type for a given column.protected TickGenerator
AbstractChartGenerator. columnTypeToTickGenerator(SpreadSheet sheet, int colIndex)
Returns the most appropriate tick generator for a given column.protected SpreadSheetPlotGenerator
AbstractXYChartGenerator. configureGenerator(SpreadSheet sheet)
Configures the plot generator.protected void
AbstractXYChartGenerator. configureSequencePlotter(SpreadSheet sheet, SequencePlotter plotter)
Configures the sequence plotter.protected Flow
AbstractChartGenerator. doGenerate(String name, SpreadSheet sheet)
Generates the actual flow.Flow
AbstractChartGenerator. generate(String name, SpreadSheet sheet)
Generates a flow for displaying a chart for the spreadsheet.protected String
AbstractXYChartGenerator. getXAxisLabel(SpreadSheet sheet)
Returns the label for the X axis.protected String
AbstractXYChartGenerator. 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 SpreadSheet
AbstractSpreadSheetViewerMenuItemAction. getSelectedSheet()
Returns the current sheet.Methods in adams.gui.tools.spreadsheetviewer.menu with parameters of type SpreadSheet Modifier and Type Method Description protected void
DataComputeDifference. 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 SpreadSheet
TableContentPanel. toSpreadSheet()
Returns the content as spreadsheet.Methods in adams.gui.tools.wekainvestigator.output with parameters of type SpreadSheet Modifier and Type Method Description static String
RunInformationHelper. toHTML(SpreadSheet info)
Turns the run information into an html table.static String
RunInformationHelper. 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 void
IndependentComponentsTab. addAdditionalAttributes(SpreadSheet sheet, weka.core.Instances data, int[] additional)
Adds the additional columns from the Instances to the spreadsheet.protected void
PartialLeastSquaresTab. addAdditionalAttributes(SpreadSheet sheet, weka.core.Instances data, int[] additional)
Adds the additional columns from the Instances to the spreadsheet.protected void
PrincipalComponentsTab. 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 SpreadSheet
ResultItem. m_AdditionalAttributes
additional attributes.Methods in adams.gui.tools.wekainvestigator.tab.classifytab that return SpreadSheet Modifier and Type Method Description SpreadSheet
ResultItem. getAdditionalAttributes()
Returns the stored additional attributes data.static SpreadSheet
PredictionHelper. toSpreadSheet(LoggingSupporter logger, MessageCollection errors, ResultItem item, boolean addAdditionalAttributes, boolean showError)
Turns the result item into a spreadsheet with the predictions.static SpreadSheet
PredictionHelper. 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 SpreadSheet
PredictionHelper. 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 SpreadSheet
PredictionHelper. 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.Methods in adams.gui.tools.wekainvestigator.tab.classifytab with parameters of type SpreadSheet Modifier and Type Method Description void
ResultItem. setAdditionalAttributes(SpreadSheet value)
Sets the additional attributes data.static SpreadSheet
PredictionHelper. 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 SpreadSheet
PredictionHelper. 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.void
ResultItem. update(weka.classifiers.Evaluation evaluation, weka.classifiers.Classifier model, MetaData runInfo, int[] original, SpreadSheet additional)
Updates the item.void
ResultItem. update(weka.classifiers.Evaluation evaluation, weka.classifiers.Evaluation[] foldEvaluations, weka.classifiers.Classifier model, weka.classifiers.Classifier[] foldModels, MetaData runInfo, int[] original, SpreadSheet additional)
Updates the item.void
ResultItem. update(weka.classifiers.Evaluation evaluation, weka.classifiers.Evaluation[] foldEvaluations, weka.classifiers.Evaluation[] runEvaluations, weka.classifiers.Classifier model, weka.classifiers.Classifier[] foldModels, weka.classifiers.Classifier[] runModels, MetaData runInfo, int[] original, int[][] runOriginals, 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 SpreadSheet
AbstractClassifierEvaluation. 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 ComponentContentPanel
ClassifierErrors. createOutput(weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)
Generates a plot actor from the evaluation.protected TableContentPanel
Predictions. createOutput(weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)
Generates the output from the evaluation. -
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 SpreadSheet
PredictionUtils. 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 SpreadSheet
PredictionUtils. 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 SpreadSheet
PredictionUtils. 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 SpreadSheet
PredictionUtils. 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 SpreadSheet
AbstractExperiment.AbstractExperimentJob. m_Results
the generated results.protected SpreadSheet
AbstractExperiment. m_Results
the 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_Generated
the results generated by the evaluations.Methods in adams.gui.tools.wekamultiexperimenter.experiment that return SpreadSheet Modifier and Type Method Description protected SpreadSheet
AbstractExperiment. initResults()
Initializes the results.abstract SpreadSheet
AbstractResultsHandler. read()
Loads the results (if possible).SpreadSheet
FileResultsHandler. read()
Loads the results (if possible).SpreadSheet
AbstractExperiment. toSpreadSheet()
Returns the collected results.Methods in adams.gui.tools.wekamultiexperimenter.experiment with parameters of type SpreadSheet Modifier and Type Method Description protected void
AbstractExperiment.AbstractExperimentJob. addMetric(SpreadSheet results, String name, Object value)
Adds the metric to the results, automatically expands spreadsheet.protected void
AbstractExperiment.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.void
AbstractExperiment. appendResults(SpreadSheet results)
Adds the results to the existing ones.abstract String
AbstractResultsHandler. write(SpreadSheet results)
Stores the results.String
FileResultsHandler. 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 SpreadSheet
DataHelper. filter(SpreadSheet data, int xCol, double[] xRange, int yCol, double[] yRange)
Filters the data, using the specified ranges.static SpreadSheet
DataHelper. 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 SpreadSheet
DataHelper. filter(SpreadSheet data, int xCol, double[] xRange, int yCol, double[] yRange)
Filters the data, using the specified ranges.static SpreadSheet
DataHelper. 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 SpreadSheet
FlowContainerRenderer. containerToSheet(AbstractContainer cont, MessageCollection errors)
Converts the container into a spreadsheet.protected SpreadSheet
MapRenderer. mapToSheet(Map map)
Turns the map into a spreadsheet.protected SpreadSheet
SetRenderer. 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 SpreadSheet
BoofCVDetectLineSegmentsImageOverlay. m_Lines
the sheet with the line definitions.protected SpreadSheet
BoofCVDetectLinesImageOverlay. m_Lines
the sheet with the line definitions.Methods in adams.gui.visualization.image that return SpreadSheet Modifier and Type Method Description SpreadSheet
BoofCVDetectLineSegmentsImageOverlay. getLines()
Returns the current spreadsheet with lines data.SpreadSheet
BoofCVDetectLinesImageOverlay. getLines()
Returns the current spreadsheet with lines data.Methods in adams.gui.visualization.image with parameters of type SpreadSheet Modifier and Type Method Description void
BoofCVDetectLineSegmentsImageOverlay. setLines(SpreadSheet value)
Sets the spreadsheet with the lines data.void
BoofCVDetectLinesImageOverlay. 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 SpreadSheet
AbstractSelectedImagesFeatureGenerator. 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 SpreadSheet
InstancesTable. modelToSpreadSheet()
Returns the underlying sheet.SpreadSheet
InstancesTableModel. 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 void
JFreeChart. 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 T
AbstractDatasetGenerator. addSeries(T dataset, SpreadSheet data)
Adds the series to the dataset.protected String
AbstractDatasetGenerator. check(SpreadSheet data)
Hook method for checks before generating the dataset.protected String
DefaultCategory. check(SpreadSheet data)
Hook method for checks before generating the dataset.protected String
DefaultXY. check(SpreadSheet data)
Hook method for checks before generating the dataset.protected String
DefaultXYZ. check(SpreadSheet data)
Hook method for checks before generating the dataset.protected String
AbstractDatasetGenerator. checkAddSeries(org.jfree.data.general.Dataset dataset, SpreadSheet data)
Performs checks before adding series.protected abstract T
AbstractDatasetGenerator. doAddSeries(org.jfree.data.general.Dataset dataset, SpreadSheet data)
Performs the actual addition of the series to the dataset.protected org.jfree.data.category.DefaultCategoryDataset
DefaultCategory. doAddSeries(org.jfree.data.general.Dataset dataset, SpreadSheet data)
Performs the actual addition of the series to the dataset.protected org.jfree.data.xy.DefaultXYDataset
DefaultXY. doAddSeries(org.jfree.data.general.Dataset dataset, SpreadSheet data)
Performs the actual addition of the series to the dataset.protected org.jfree.data.xy.DefaultXYZDataset
DefaultXYZ. doAddSeries(org.jfree.data.general.Dataset dataset, SpreadSheet data)
Performs the actual addition of the series to the dataset.protected abstract T
AbstractDatasetGenerator. doGenerate(SpreadSheet data)
Performs the actual generation of the dataset.protected org.jfree.data.category.DefaultCategoryDataset
DefaultCategory. doGenerate(SpreadSheet data)
Performs the actual generation of the dataset.protected org.jfree.data.xy.DefaultXYDataset
DefaultXY. doGenerate(SpreadSheet data)
Performs the actual generation of the dataset.protected org.jfree.data.xy.DefaultXYZDataset
DefaultXYZ. doGenerate(SpreadSheet data)
Performs the actual generation of the dataset.T
AbstractDatasetGenerator. 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 SpreadSheet
SpreadSheetRow. m_DatasetHeader
a reference to the dataset the data was obtained from.protected SpreadSheet
LoadSpreadSheetDialog. m_Sheet
the full dataset.Methods in adams.gui.visualization.spreadsheet that return SpreadSheet Modifier and Type Method Description SpreadSheet
SpreadSheetRow. getDatasetHeader()
Returns the header of the underlying dataset.SpreadSheet
LoadSpreadSheetDialog. getSpreadSheet()
Returns the full spreadsheet, can be null if none loaded.SpreadSheet
SpreadSheetRowPanel. getSpreadSheet()
Returns the currently visible instances.SpreadSheet
SpreadSheetRow. toSpreadSheet()
Returns the content as spreadsheet.Methods in adams.gui.visualization.spreadsheet with parameters of type SpreadSheet Modifier and Type Method Description protected void
SpreadSheetExplorer. 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 SpreadSheet
BoxPlotManager. m_Data
Instances to be graphedMethods in adams.gui.visualization.stats.boxplot with parameters of type SpreadSheet Modifier and Type Method Description void
BoxPlotGraph. pass(SpreadSheet data, String att)
Passes in the data to construct the box plot graphvoid
BoxPlotManager. 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 SpreadSheet
SubSample. m_Data
Instances to plotMethods in adams.gui.visualization.stats.core that return SpreadSheet Modifier and Type Method Description SpreadSheet
SubSample. sample()
Take a sample of the datasetMethods in adams.gui.visualization.stats.core with parameters of type SpreadSheet Modifier and Type Method Description static int
IndexHelper. 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 SpreadSheet
FourInOne. m_Data
Instances containing the dataprotected SpreadSheet
VersusFit. m_Data
Instances containing the dataprotected SpreadSheet
VersusOrder. m_Data
Instances containing the dataMethods in adams.gui.visualization.stats.fourinone that return SpreadSheet Modifier and Type Method Description SpreadSheet
VersusFit. getData()
get the instances being plottedSpreadSheet
VersusOrder. getData()
Get the instances for this versus orderMethods in adams.gui.visualization.stats.fourinone with parameters of type SpreadSheet Modifier and Type Method Description void
FourInOne. setData(SpreadSheet val)
Set the instances used in the four-in-plotvoid
VersusFit. setData(SpreadSheet value)
Set the instances to be plottedvoid
VersusOrder. 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 SpreadSheet
Histogram. m_Data
Data to be plottedMethods in adams.gui.visualization.stats.histogram that return SpreadSheet Modifier and Type Method Description SpreadSheet
Histogram. getData()
Returns the instanecs for the histogram.SpreadSheet
Histogram. toSpreadSheet()
Returns the content as spreadsheet.Methods in adams.gui.visualization.stats.histogram with parameters of type SpreadSheet Modifier and Type Method Description void
Histogram. 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 SpreadSheet
AbstractColorPaintlet. m_Data
Instances containing the dataMethods in adams.gui.visualization.stats.paintlet that return SpreadSheet Modifier and Type Method Description SpreadSheet
AbstractColorPaintlet. getData()
Get the instances for the paintletMethods in adams.gui.visualization.stats.paintlet with parameters of type SpreadSheet Modifier and Type Method Description void
AbstractOverlayPaintlet. parameters(SpreadSheet data, int x, int y)
Pass the parameters required by the overlay paintletvoid
AbstractZOverlayPaintlet. parameters(SpreadSheet data, int ind)
Pass the paramters required by the overlay paintletvoid
AbstractZScorePaintlet. parameters(SpreadSheet data, int ind)
pass the required parameters for the paintletvoid
AbstractColorPaintlet. 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 SpreadSheet
NormalPlot. m_Data
Instances to plotprotected SpreadSheet
ProbabilityPlot. m_Data
Instances to displayMethods in adams.gui.visualization.stats.probabilityplot that return SpreadSheet Modifier and Type Method Description SpreadSheet
NormalPlot. getData()
Returns the plot data.SpreadSheet
ProbabilityPlot. 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 void
NormalPlot. setData(SpreadSheet data)
Set the data to plot.void
ProbabilityPlot. 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 SpreadSheet
AbstractScatterPlot. m_Data
Instances to be plottedprotected SpreadSheet
AbstractScatterPlotOverlay. m_Data
Instances object containing dataprotected SpreadSheet
ScatterPlotPanel. m_Data
Instances to be plottedMethods in adams.gui.visualization.stats.scatterplot that return SpreadSheet Modifier and Type Method Description SpreadSheet
AbstractScatterPlot. getData()
Get the instances being plottedSpreadSheet
ScatterPlotPanel. getData()
Returns the data for the plot.SpreadSheet
AbstractScatterPlot. toSpreadSheet()
Returns the content as spreadsheet.Methods in adams.gui.visualization.stats.scatterplot with parameters of type SpreadSheet Modifier and Type Method Description void
AbstractScatterPlotOverlay. inst(SpreadSheet inst)
Pass the instances to the overlay objectvoid
AbstractScatterPlot. setData(SpreadSheet data)
Sets the instances to be plottedvoid
Matrix. setData(SpreadSheet inst)
Set the instances to be displayedvoid
ScatterPlotPanel. 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 void
ViewDataClickAction. 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 SpreadSheet
AbstractZScoreOverlay. m_Data
Instances object containing the dataprotected SpreadSheet
ZScore. m_Data
Instances to be displayedprotected SpreadSheet
ZScorePanel. m_Data
instances to be displayedMethods in adams.gui.visualization.stats.zscore that return SpreadSheet Modifier and Type Method Description SpreadSheet
ZScore. 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 void
AbstractZScoreOverlay. setData(SpreadSheet value)
Set the instances for the overlayvoid
ZScore. setData(SpreadSheet data)
set the instances to be used when drawing the z score graphprotected void
ZScorePanel. setData(SpreadSheet inst)
Set the instances of the z score panel -
Uses of SpreadSheet in adams.ml.data
Subinterfaces of SpreadSheet in adams.ml.data Modifier and Type Interface Description interface
Dataset
ExtendedSpreadSheet
class, providing additional machine learning functionality.Classes in adams.ml.data that implement SpreadSheet Modifier and Type Class Description class
DatasetView
Provides a view of another dataset.class
DefaultDataset
ExtendedDefaultSpreadSheet
class, providing additional machine learning functionality.class
InstancesView
Provides a view of anInstances
object.Methods in adams.ml.data that return SpreadSheet Modifier and Type Method Description SpreadSheet
Dataset. getInputs()
Returns a spreadsheet containing only the input columns, not class columns.SpreadSheet
DatasetView. getInputs()
Returns a spreadsheet containing only the input columns, not class columns.SpreadSheet
DefaultDataset. getInputs()
Returns a spreadsheet containing only the input columns, not class columns.SpreadSheet
InstancesView. getInputs()
Returns a spreadsheet containing only the input columns, not class columns.SpreadSheet
Dataset. getOutputs()
Returns a spreadsheet containing only output columns, i.e., the class columns.SpreadSheet
DatasetView. getOutputs()
Returns a spreadsheet containing only output columns, i.e., the class columns.SpreadSheet
DefaultDataset. getOutputs()
Returns a spreadsheet containing only output columns, i.e., the class columns.SpreadSheet
InstancesView. getOutputs()
Returns a spreadsheet containing only output columns, i.e., the class columns.SpreadSheet
InstanceView. getOwner()
Returns the spreadsheet this row belongs to.SpreadSheet
DataCellView. getSpreadSheet()
Returns the spreadsheet this cell belongs to.static SpreadSheet
DatasetUtils. matrixAlgoToSpreadSheet(com.github.waikatodatamining.matrix.core.Matrix data, String colPrefix)
Returns the matrix as spreadsheet.SpreadSheet
DatasetView. newInstance()
Returns a new instance.SpreadSheet
InstancesView. newInstance()
Returns a new instance.Methods in adams.ml.data with parameters of type SpreadSheet Modifier and Type Method Description void
DatasetView. assign(SpreadSheet sheet)
Uses this spreadsheet instead, performs no copy.void
DefaultDataset. assign(SpreadSheet sheet)
Clears this spreadsheet and copies all the data from the given one.void
InstancesView. assign(SpreadSheet sheet)
Clears this spreadsheet and copies all the data from the given one.String
DatasetView. equalsHeader(SpreadSheet other)
Compares the header of this spreadsheet with the other one.String
DefaultDataset. equalsHeader(SpreadSheet other)
Compares the header of this spreadsheet with the other one.String
InstancesView. equalsHeader(SpreadSheet other)
Compares the header of this spreadsheet with the other one.HeaderRow
InstancesHeaderRow. getClone(SpreadSheet owner)
Returns a clone of itself.DataRow
InstanceView. getClone(SpreadSheet owner)
Returns a clone of itself.void
DatasetView. mergeWith(SpreadSheet other)
Puts the content of the provided spreadsheet on the right.void
DefaultDataset. mergeWith(SpreadSheet other)
Puts the content of the provided spreadsheet on the right.void
InstancesView. mergeWith(SpreadSheet other)
Puts the content of the provided spreadsheet on the right.void
InstancesHeaderRow. setOwner(SpreadSheet owner)
Sets the spreadsheet this row belongs to.void
InstanceView. 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 void
AbstractFilter. 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 SpreadSheet
PLS. m_Loadings
the loadings. -
Uses of SpreadSheet in adams.parser
Fields in adams.parser declared as SpreadSheet Modifier and Type Field Description protected SpreadSheet
LookUpUpdate. m_Sheet
the lookup to use.protected SpreadSheet
SpreadSheetFormula. m_Sheet
the spreadsheet to use.protected SpreadSheet
SpreadSheetQuery. m_Sheet
the spreadsheet to use.Methods in adams.parser that return SpreadSheet Modifier and Type Method Description protected SpreadSheet
LookUpUpdate. doEvaluate(HashMap symbols)
Performs the actual evaluation.protected SpreadSheet
SpreadSheetQuery. doEvaluate(HashMap symbols)
Performs the actual evaluation.SpreadSheet
LookUpUpdate. evaluate()
Performs the evaluation.static SpreadSheet
LookUpUpdate. evaluate(String expr, HashMap symbols, SpreadSheet sheet, int keyCol, int valueCol)
Parses and evaluates the given expression.SpreadSheet
SpreadSheetQuery. evaluate()
Performs the evaluation.static SpreadSheet
SpreadSheetQuery. evaluate(String expr, HashMap symbols, SpreadSheet sheet)
Parses and evaluates the given expression.SpreadSheet
LookUpUpdate. getSheet()
Returns the underlying spreadsheet.SpreadSheet
SpreadSheetFormula. getSheet()
Returns the underlying spreadsheet.SpreadSheet
SpreadSheetQuery. getSheet()
Returns the underlying spreadsheet.static SpreadSheet
LookUpUpdate. 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 SpreadSheet
LookUpUpdate. evaluate(String expr, HashMap symbols, SpreadSheet sheet, int keyCol, int valueCol)
Parses and evaluates the given expression.static Object
SpreadSheetFormula. evaluate(String expr, HashMap symbols, SpreadSheet sheet)
Parses and evaluates the given expression.static SpreadSheet
SpreadSheetQuery. evaluate(String expr, HashMap symbols, SpreadSheet sheet)
Parses and evaluates the given expression.void
LookUpUpdate. setSheet(SpreadSheet value)
Sets the underlying spreadsheet.void
SpreadSheetFormula. setSheet(SpreadSheet value)
Sets the underlying spreadsheet.void
SpreadSheetQuery. setSheet(SpreadSheet value)
Sets the underlying spreadsheet.static HashMap
LookUpUpdate. spreadsheetToSymbols(SpreadSheet sheet, int keyCol, int valueCol)
Turns the values from the spreadsheet into symbols for the parser.static SpreadSheet
LookUpUpdate. 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 SpreadSheet
ParserHelper. m_Sheet
the underlying spreadsheet.Methods in adams.parser.spreadsheetformula that return SpreadSheet Modifier and Type Method Description SpreadSheet
Parser. getSheet()
Returns the current spreadsheet in use.SpreadSheet
ParserHelper. getSheet()
Returns the current spreadsheet in use.Methods in adams.parser.spreadsheetformula with parameters of type SpreadSheet Modifier and Type Method Description void
Parser. setSheet(SpreadSheet value)
Sets the spreadsheet to use.void
ParserHelper. 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 SpreadSheet
ParserHelper. m_Sheet
the underlying spreadsheet.Methods in adams.parser.spreadsheetquery that return SpreadSheet Modifier and Type Method Description SpreadSheet
Parser. getResult()
Returns the result of the evaluation.SpreadSheet
ParserHelper. getResult()
Returns the result of the evaluation.SpreadSheet
Parser. getSheet()
Returns the current spreadsheet in use.SpreadSheet
ParserHelper. getSheet()
Returns the current spreadsheet in use.Methods in adams.parser.spreadsheetquery with parameters of type SpreadSheet Modifier and Type Method Description void
Parser. setSheet(SpreadSheet value)
Sets the spreadsheet to use.void
ParserHelper. 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 SpreadSheet
ListFlows. m_Flows
the flows.Methods in adams.scripting.command.flow that return SpreadSheet Modifier and Type Method Description protected SpreadSheet
ListFlows. 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 String
AggregateEvaluations. 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 SpreadSheet
FromPredictions. m_Predictions
the actual predictions.Methods in weka.classifiers.functions that return SpreadSheet Modifier and Type Method Description SpreadSheet
FromPredictions. 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 String
ResultMatrixAdamsCSV. 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 SpreadSheet
RemoveOutliers. evaluationToSpreadSheet(weka.classifiers.Evaluation eval)
Turns the predictions of the evaluation object into a spreadsheet.
-