Uses of Interface
adams.core.Mergeable
-
-
Uses of Mergeable in adams.core
Classes in adams.core that implement Mergeable Modifier and Type Class Description classPropertiesEnhanced java.util.Properties class. -
Uses of Mergeable in adams.data
Classes in adams.data that implement Mergeable Modifier and Type Class Description classNotesA 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 classBin<T>Represents a single bin.classBinnableGroup<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 interfaceDataContainer<T extends DataPoint>Generic Interface for data containers.interfaceDataContainerWithSpreadSheetSupport<T extends DataPoint>Data containers that can turn themselves into spreadsheets.Classes in adams.data.container that implement Mergeable Modifier and Type Class Description classAbstractDataContainer<T extends DataPoint>Superclass for all data structures. -
Uses of Mergeable in adams.data.conversion
Classes in adams.data.conversion that implement Mergeable Modifier and Type Class Description static classByteArrayToDataContainer.DummyContainerDummy container.static classDataContainerToByteArray.DummyContainerDummy container.static classDataContainerToString.DummyContainerDummy container.static classStringToDataContainer.DummyContainerDummy container. -
Uses of Mergeable in adams.data.filter
Classes in adams.data.filter with type parameters of type Mergeable Modifier and Type Class Description classRemoveNoise<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 classInstanceStores 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 classReportData structure for a report. -
Uses of Mergeable in adams.data.sequence
Classes in adams.data.sequence that implement Mergeable Modifier and Type Class Description classXYSequenceA sequence storing 2-dimensional points. -
Uses of Mergeable in adams.data.spreadsheet
Subinterfaces of Mergeable in adams.data.spreadsheet Modifier and Type Interface Description interfaceDataRowThe interface for data rows.interfaceRowInterface for a row in aSpreadSheet.interfaceSpreadSheetRepresents a generic spreadsheet object.Classes in adams.data.spreadsheet that implement Mergeable Modifier and Type Class Description classAbstractRowAncestor for row objects.classDataRowViewProvides a view to a data row.classDefaultSpreadSheetRepresents a generic spreadsheet object.classDenseDataRowA row for dense data representation.classDenseFloatDataRowA row for dense data representation, using floats internally.classHeaderRowRepresents a header row.classSparseDataRowRepresents a data row with sparse data.classSparseFloatDataRowRepresents a data row with sparse data, using floats internally for representing the cells.classSpreadSheetViewProvides 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 classTimeseries<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 classSetupA 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 interfaceMergeableDisplayPanel<T extends MergeableDisplayPanel>SpecializedDisplayPanelthat can be merged with another panel.Classes in adams.flow.sink that implement Mergeable Modifier and Type Class Description protected classTimeseriesDisplay.DisplayPanelPanel to be used inDisplayPanelManagersink. -
Uses of Mergeable in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement Mergeable Modifier and Type Class Description classSequencePlotSequenceExtendedXYSequence. -
Uses of Mergeable in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement Mergeable Modifier and Type Class Description classSpreadSheetRowStores 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 classCapabilitiesEncapsulates the capabilities for an algorithm. -
Uses of Mergeable in adams.ml.data
Subinterfaces of Mergeable in adams.ml.data Modifier and Type Interface Description interfaceDatasetExtendedSpreadSheetclass, providing additional machine learning functionality.Classes in adams.ml.data that implement Mergeable Modifier and Type Class Description classDatasetViewProvides a view of another dataset.classDefaultDatasetExtendedDefaultSpreadSheetclass, providing additional machine learning functionality.classInstancesHeaderRowHeader row for anInstancesobject.classInstancesViewProvides a view of anInstancesobject.classInstanceViewWrapper around anInstanceobject.
-