Uses of Interface
adams.data.spreadsheet.SpreadSheetSupporter
-
-
Uses of SpreadSheetSupporter in adams.core
Classes in adams.core that implement SpreadSheetSupporter Modifier and Type Class Description class
SystemInfo
Gathers information about system properties. -
Uses of SpreadSheetSupporter in adams.data.container
Subinterfaces of SpreadSheetSupporter in adams.data.container Modifier and Type Interface Description interface
DataContainerWithSpreadSheetSupport<T extends DataPoint>
Data containers that can turn themselves into spreadsheets. -
Uses of SpreadSheetSupporter in adams.data.image
Classes in adams.data.image that implement SpreadSheetSupporter Modifier and Type Class Description class
IntArrayMatrixView
Allows a matrix view (2-dim) of an array (1-dim). -
Uses of SpreadSheetSupporter in adams.data.instance
Classes in adams.data.instance that implement SpreadSheetSupporter Modifier and Type Class Description class
Instance
Stores values from weka.core.Instance objects, with X being the attribute index (integer) and Y being the internal value (double). -
Uses of SpreadSheetSupporter in adams.data.report
Classes in adams.data.report that implement SpreadSheetSupporter Modifier and Type Class Description class
Report
Data structure for a report. -
Uses of SpreadSheetSupporter in adams.data.sequence
Classes in adams.data.sequence that implement SpreadSheetSupporter Modifier and Type Class Description class
XYSequence
A sequence storing 2-dimensional points. -
Uses of SpreadSheetSupporter in adams.data.spreadsheet
Classes in adams.data.spreadsheet that implement SpreadSheetSupporter Modifier and Type Class Description class
MetaData
Simple meta-data storage. -
Uses of SpreadSheetSupporter in adams.data.statistics
Subinterfaces of SpreadSheetSupporter in adams.data.statistics Modifier and Type Interface Description interface
InformativeStatistic
Interface for statistics classes that can return several statistical values.Classes in adams.data.statistics that implement SpreadSheetSupporter Modifier and Type Class Description class
AbstractDataStatistic<T extends DataContainer>
A class for statistics about data.class
TimeseriesStatistic<T extends Timeseries>
Statistical information specific to a Timeseries. -
Uses of SpreadSheetSupporter in adams.data.timeseries
Classes in adams.data.timeseries that implement SpreadSheetSupporter Modifier and Type Class Description class
Timeseries<P extends TimeseriesPoint,R extends Report,S extends TimeseriesStatistic>
Container for a full timeseries. -
Uses of SpreadSheetSupporter in adams.flow.container
Subinterfaces of SpreadSheetSupporter in adams.flow.container Modifier and Type Interface Description interface
Container
Interface for containers.interface
ContainerWithReport
Interface for containers that support storing of Report objects.Classes in adams.flow.container that implement SpreadSheetSupporter Modifier and Type Class Description class
AbstractContainer
Ancestor of all containers.class
AbstractFilterContainer<F extends Filter,D extends DataContainer>
A container for filters and the filtered data.class
ControlChartContainer
Container to store control chart data.class
EncapsulatedActorsContainer
Container for encapsulating actors alongside variables and storage items.class
FeatureConverterContainer
A container for a feature converter's raw output (header/row data).class
FileBasedDatasetContainer
Container for storing file names for file-based dataset generation.class
HttpRequestResult
Container for storing the results of http requests.class
ImageSegmentationContainer
Container for storing image segmentation annotations.class
OutlierContainer
A container for outlier data.class
OutlierDetectorContainer
Container to store outlier detection information.class
PredictionEccentricityContainer
A container for prediction eccentricity data.class
ProcessActorContainer
Container for output from actor processors.class
RemoteCommandContainer
Container to store RemoteCommand objects and associated messages as intercepted by logging handlers.class
SequencePlotterContainer
A container for a single plot item.class
SpreadSheetCellSelectionContainer
Container for storing output from theSpreadSheetCellSelector
transformer.class
TimeseriesFilterContainer
Container for spectrum filters.class
TimingContainer
Container to store timing information from actor execution.class
TrainTestSetContainer
A container for storing train and test set.class
WekaAssociatorContainer
Container for associators and their rules.class
WekaAttributeSelectionContainer
A container for storing results from attribute selection.class
WekaClusterEvaluationContainer
A container forClusterEvaluation
objects, with optional trained model.class
WekaClusteringContainer
A container for clusterings made by a clusterer.class
WekaEvaluationContainer
A container forEvaluation
objects, with optional trained model.class
WekaExperimentContainer
Container for Weka experiment results.class
WekaFilterContainer
A container for filters and the filtered data.class
WekaForecastContainer
A container for forecasts made by a forecaster.class
WekaForecastModelContainer
Specialized container forAbstractForecaster
models.class
WekaGeneticAlgorithmContainer
A container for genetic algorithms output (setup, measure, fitness).class
WekaGeneticAlgorithmInitializationContainer
A container for initializing genetic algorithms.class
WekaModelContainer
A container for models (e.g., classifier or clusterer) and an optional header of a dataset.class
WekaNearestNeighborSearchContainer
A container for nearest neighbor search (instance and neighborhood).class
WekaPredictionContainer
A container for predictions made by a classifier.class
WekaTrainTestSetContainer
A container for storing train and test set. -
Uses of SpreadSheetSupporter in adams.flow.core
Classes in adams.flow.core that implement SpreadSheetSupporter Modifier and Type Class Description class
ActorStatistic
Generates some statistics for an actor. -
Uses of SpreadSheetSupporter in adams.flow.execution.debug
Classes in adams.flow.execution.debug that implement SpreadSheetSupporter Modifier and Type Class Description class
BreakpointTableModel
Table model for displaying the current breakpoints. -
Uses of SpreadSheetSupporter in adams.flow.sink
Classes in adams.flow.sink that implement SpreadSheetSupporter Modifier and Type Class Description class
Histogram
Generates a histogram based on the incoming data.class
ScatterDisplay
Actor for displaying a scatter plot of one attribute vs another.class
SpreadSheetDisplay
Actor for displaying a spreadsheet.
Custom background for negative/positive values can be specified as well. -
Uses of SpreadSheetSupporter in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement SpreadSheetSupporter Modifier and Type Class Description class
SequencePlotSequence
ExtendedXYSequence
. -
Uses of SpreadSheetSupporter in adams.flow.standalone
Classes in adams.flow.standalone that implement SpreadSheetSupporter Modifier and Type Class Description class
TabView
Displays multiple graphical actors in a tabbed pane. -
Uses of SpreadSheetSupporter in adams.flow.transformer
Classes in adams.flow.transformer that implement SpreadSheetSupporter Modifier and Type Class Description static class
SpreadSheetCellSelector.Table
Custom table for allowing user to select cells.static class
SpreadSheetCellSelector.TableModel
Custom model that stores whether a cell has been selected or not. -
Uses of SpreadSheetSupporter in adams.flow.transformer.locateobjects
Classes in adams.flow.transformer.locateobjects that implement SpreadSheetSupporter Modifier and Type Class Description class
LocatedObject
Container for located objects. -
Uses of SpreadSheetSupporter in adams.gui.core
Classes in adams.gui.core that implement SpreadSheetSupporter Modifier and Type Class Description class
AbstractBaseTableModel
Abstract ancestor for table models.class
AbstractMoveableTableModel
Abstract table model that allows rows to be moved around.class
BaseTable
A specialized JTable that allows double-clicking on header for resizing to optimal width.class
BaseTableWithButtons
Graphical component that consists of a BaseTable with buttons on the right-hand side.class
CheckableTableModel<T extends TableModel>
Meta-model that wraps another table model and allows "ticking" of rows.class
FileWrapperTableModel
The model for the table.class
KeyValuePairTableModel
The model for displaying key-value pairs.class
MapTableModel
The model for displaying a map.class
PropertiesTableModel
Table model for displaying a properties object.class
ResultSetTableModel
Table model for displaying an SQL ResultSet.class
SortableAndSearchableTable
A specialized JTable that allows double-clicking on header for resizing to optimal width, as well as being searchable and sortable.class
SpreadSheetTable
A specialized table for displaying a SpreadSheet table model.class
SpreadSheetTableModel
The table model for displaying a SpreadSheet object.class
SpreadSheetTableWithButtons
Graphical component that consists of a SpreadSheetTable with buttons on the right-hand side.class
SpreadSheetTableWithSearch
Spreadsheet table with search and (optional) buttons. -
Uses of SpreadSheetSupporter in adams.gui.flow.setup
Classes in adams.gui.flow.setup that implement SpreadSheetSupporter Modifier and Type Class Description class
FlowSetupTableModel
A table model for FlowSetup objects. -
Uses of SpreadSheetSupporter in adams.gui.selection
Classes in adams.gui.selection that implement SpreadSheetSupporter Modifier and Type Class Description static class
AbstractTableBasedSelectionPanel.AbstractSelectionTableModel<T>
A simple table model for displaying the data.class
FieldCacheTableModel
Table model for displaying the fields from a cache item.static class
SelectEmailAddressPanel.TableModel
A simple table model for displaying the contacts. -
Uses of SpreadSheetSupporter in adams.gui.tools
Classes in adams.gui.tools that implement SpreadSheetSupporter Modifier and Type Class Description class
AbstractManagementTableModel<T extends Comparable>
A table model for displaying the details of the database object.static class
ConsoleOutputAnalyzerPanel.ConsoleOutput
Class for encapsulating a complete console output.static class
EmailAddressBookPanel.TableModel
A simple table model for displaying the contacts.static class
ExpressionWatchPanel.TableModel
A specialized table model for displaying expressions.static class
FileChooserBookmarksManagementPanel.TableModel
A simple table model for displaying the contacts.class
LogEntryViewerTableModel
The table model for displaying LogEntry objects.static class
PlaceholderManagementPanel.PlaceholderTableModel
Specialized table model for the placeholders.static class
VariableManagementPanel.VariableTableModel
Specialized table model for the variables. -
Uses of SpreadSheetSupporter in adams.gui.tools.spreadsheetviewer
Classes in adams.gui.tools.spreadsheetviewer that implement SpreadSheetSupporter Modifier and Type Class Description class
SpreadSheetPanel
Encapsulates a panel for the spreadsheet viewer tool. -
Uses of SpreadSheetSupporter in adams.gui.tools.wekainvestigator.datatable
Classes in adams.gui.tools.wekainvestigator.datatable that implement SpreadSheetSupporter Modifier and Type Class Description class
DataTable
Specialized table with custom cell editors for the class.class
DataTableModel
Model for displaying the loaded data.class
DataTableWithButtons
Specialized table with buttons. -
Uses of SpreadSheetSupporter in adams.gui.tools.wekainvestigator.output
Classes in adams.gui.tools.wekainvestigator.output that implement SpreadSheetSupporter Modifier and Type Class Description class
TableContentPanel
Panel for exporting the table as spreadsheet. -
Uses of SpreadSheetSupporter in adams.gui.tools.wekainvestigator.tab.preprocesstab
Classes in adams.gui.tools.wekainvestigator.tab.preprocesstab that implement SpreadSheetSupporter Modifier and Type Class Description static class
AttributeSummaryPanel.StatisticsTable
Displays other stats in a table. -
Uses of SpreadSheetSupporter in adams.gui.tools.wekamultiexperimenter.experiment
Classes in adams.gui.tools.wekamultiexperimenter.experiment that implement SpreadSheetSupporter Modifier and Type Class Description class
AbstractExperiment
Ancestor for simple experiments.class
CrossValidationExperiment
Performs cross-validation.class
TrainTestSplitExperiment
Performs train-test splits. -
Uses of SpreadSheetSupporter in adams.gui.visualization.container
Classes in adams.gui.visualization.container that implement SpreadSheetSupporter Modifier and Type Class Description class
ContainerModel<M extends AbstractContainerManager,C extends AbstractContainer>
A model for displaying the currently loaded containers.class
ContainerTable<M extends AbstractContainerManager,C extends AbstractContainer>
A table for displaying the currently loaded containers. -
Uses of SpreadSheetSupporter in adams.gui.visualization.debug
Classes in adams.gui.visualization.debug that implement SpreadSheetSupporter Modifier and Type Class Description static class
StoragePanel.TableModel
Table model for displaying a storage container. -
Uses of SpreadSheetSupporter in adams.gui.visualization.image
Classes in adams.gui.visualization.image that implement SpreadSheetSupporter Modifier and Type Class Description class
LocatedObjectsTableModel
Table model for located objects. -
Uses of SpreadSheetSupporter in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement SpreadSheetSupporter Modifier and Type Class Description class
InstanceContainerModel
A model for displaying the currently loaded Instance objects.static class
InstanceReportFactory.Table
A specialized table for displaying a Report.class
InstanceTable
A specialized table for displaying an Instances object.class
InstanceTableModel
A generic table model for displaying weka.core.Instances objects. -
Uses of SpreadSheetSupporter in adams.gui.visualization.instances
Classes in adams.gui.visualization.instances that implement SpreadSheetSupporter Modifier and Type Class Description class
InstancesTable
Table for displaying Instances objects.class
InstancesTableModel
The model for the Instances. -
Uses of SpreadSheetSupporter in adams.gui.visualization.report
Classes in adams.gui.visualization.report that implement SpreadSheetSupporter Modifier and Type Class Description class
ReportContainerModel
A model for displaying the currently loaded reports.static class
ReportFactory.Model
A specialized model for a Report.static class
ReportFactory.Table<R extends ReportProvider<?,?>>
A specialized table for displaying a Report. -
Uses of SpreadSheetSupporter in adams.gui.visualization.sequence
Classes in adams.gui.visualization.sequence that implement SpreadSheetSupporter Modifier and Type Class Description class
XYSequenceContainerModel
A model for displaying the currently loaded XY sequences.class
XYSequenceTable
A Table and Model class for XYSequence objects.static class
XYSequenceTable.Model
Abstract table model for sequences. -
Uses of SpreadSheetSupporter in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement SpreadSheetSupporter Modifier and Type Class Description class
SpreadSheetRow
Stores values from Row objects, with X being the attribute index (integer) and Y being the internal value (double).class
SpreadSheetRowContainerModel
A model for displaying the currently loaded SpreadSheetRow objects.static class
SpreadSheetRowReportFactory.Table
A specialized table for displaying a Report. -
Uses of SpreadSheetSupporter in adams.gui.visualization.statistics
Classes in adams.gui.visualization.statistics that implement SpreadSheetSupporter Modifier and Type Class Description static class
InformativeStatisticFactory.Model
A specialized model for an object implementing the InformativeStatistic interface.static class
InformativeStatisticFactory.Table
A specialized table for displaying an object that implements the InformativeStatistic interface. -
Uses of SpreadSheetSupporter in adams.gui.visualization.stats.histogram
Classes in adams.gui.visualization.stats.histogram that implement SpreadSheetSupporter Modifier and Type Class Description class
Histogram
Class that displays a histogram displaying the data provided. -
Uses of SpreadSheetSupporter in adams.gui.visualization.stats.scatterplot
Classes in adams.gui.visualization.stats.scatterplot that implement SpreadSheetSupporter Modifier and Type Class Description class
AbstractScatterPlot
Abstract class for displaying a single scatterplotpanel on a paintable panel.class
ScatterPlot
create a paintable panel displaying a scatter plot panel as well as combo boxes for choosing attributes.class
ScatterPlotSimple
Class for displaying a single scatterplotpanel only, used in the matrix. -
Uses of SpreadSheetSupporter in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement SpreadSheetSupporter Modifier and Type Class Description class
TimeseriesContainerModel<M extends TimeseriesContainerManager,C extends TimeseriesContainer>
A model for displaying the currently loaded timeseries.class
TimeseriesContainerTable<M extends TimeseriesContainerManager,C extends TimeseriesContainer>
Specialized container table for timeseries.
-