Uses of Interface
adams.core.Mergeable
-
-
Uses of Mergeable in adams.core
Classes in adams.core that implement Mergeable Modifier and Type Class Description class
Properties
Enhanced java.util.Properties class. -
Uses of Mergeable in adams.data
Classes in adams.data that implement Mergeable Modifier and Type Class Description class
Notes
A helper class for the Chromatogram class for storing meta-data. -
Uses of Mergeable in adams.data.binning
Classes in adams.data.binning that implement Mergeable Modifier and Type Class Description class
Bin<T>
Represents a single bin.class
BinnableGroup<T>
Container for multiple Binnable items that fall in the same group ID. -
Uses of Mergeable in adams.data.container
Subinterfaces of Mergeable in adams.data.container Modifier and Type Interface Description interface
DataContainer<T extends DataPoint>
Generic Interface for data containers.interface
DataContainerWithSpreadSheetSupport<T extends DataPoint>
Data containers that can turn themselves into spreadsheets.Classes in adams.data.container that implement Mergeable Modifier and Type Class Description class
AbstractDataContainer<T extends DataPoint>
Superclass for all data structures. -
Uses of Mergeable in adams.data.filter
Classes in adams.data.filter with type parameters of type Mergeable Modifier and Type Class Description class
RemoveNoise<T extends DataContainer & Mergeable>
A filter that removes noise from the data with a user-supplied noise level algorithm. -
Uses of Mergeable in adams.data.instance
Classes in adams.data.instance that implement Mergeable 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 Mergeable in adams.data.report
Classes in adams.data.report that implement Mergeable Modifier and Type Class Description class
Report
Data structure for a report. -
Uses of Mergeable in adams.data.sequence
Classes in adams.data.sequence that implement Mergeable Modifier and Type Class Description class
XYSequence
A sequence storing 2-dimensional points. -
Uses of Mergeable in adams.data.spreadsheet
Subinterfaces of Mergeable in adams.data.spreadsheet Modifier and Type Interface Description interface
DataRow
The interface for data rows.interface
Row
Interface for a row in aSpreadSheet
.interface
SpreadSheet
Represents a generic spreadsheet object.Classes in adams.data.spreadsheet that implement Mergeable Modifier and Type Class Description class
AbstractRow
Ancestor for row objects.class
DataRowView
Provides a view to a data row.class
DefaultSpreadSheet
Represents a generic spreadsheet object.class
DenseDataRow
A row for dense data representation.class
DenseFloatDataRow
A row for dense data representation, using floats internally.class
HeaderRow
Represents a header row.class
SparseDataRow
Represents a data row with sparse data.class
SparseFloatDataRow
Represents a data row with sparse data, using floats internally for representing the cells.class
SpreadSheetView
Provides a view of another spreadsheet. -
Uses of Mergeable in adams.data.timeseries
Classes in adams.data.timeseries that implement Mergeable Modifier and Type Class Description class
Timeseries<P extends TimeseriesPoint,R extends Report,S extends TimeseriesStatistic>
Container for a full timeseries. -
Uses of Mergeable in adams.env
Classes in adams.env that implement Mergeable Modifier and Type Class Description class
Setup
A container class for a props file and the directories to look for. -
Uses of Mergeable in adams.flow.sink
Subinterfaces of Mergeable in adams.flow.sink Modifier and Type Interface Description interface
MergeableDisplayPanel<T extends MergeableDisplayPanel>
SpecializedDisplayPanel
that can be merged with another panel.Classes in adams.flow.sink that implement Mergeable Modifier and Type Class Description protected class
TimeseriesDisplay.DisplayPanel
Panel to be used inDisplayPanelManager
sink. -
Uses of Mergeable in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement Mergeable Modifier and Type Class Description class
SequencePlotSequence
ExtendedXYSequence
. -
Uses of Mergeable in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement Mergeable 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). -
Uses of Mergeable in adams.ml.capabilities
Classes in adams.ml.capabilities that implement Mergeable Modifier and Type Class Description class
Capabilities
Encapsulates the capabilities for an algorithm. -
Uses of Mergeable in adams.ml.data
Subinterfaces of Mergeable 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 Mergeable Modifier and Type Class Description class
DatasetView
Provides a view of another dataset.class
DefaultDataset
ExtendedDefaultSpreadSheet
class, providing additional machine learning functionality.class
InstancesHeaderRow
Header row for anInstances
object.class
InstancesView
Provides a view of anInstances
object.class
InstanceView
Wrapper around anInstance
object.
-