Uses of Class
adams.data.featureconverter.AbstractFeatureConverter
-
Packages that use AbstractFeatureConverter Package Description adams.data.featureconverter adams.data.image adams.data.timeseries adams.flow.transformer -
-
Uses of AbstractFeatureConverter in adams.data.featureconverter
Subclasses of AbstractFeatureConverter in adams.data.featureconverter Modifier and Type Class Description class
AbstractMetaFeatureConverter
Ancestor for converters that use a base converter.class
CountValues
Meta-feature-converter that counts numeric values that satisfy the specified min/max range.class
Dataset
Turns the features into ADAMS dataset format.class
FeatureContainer
Simply returns the header definition/row in a adams.flow.container.FeatureConverterContainer container.class
FixedColumnText
Simple feature converter that generates textual output with fixed column width.class
FixedNumFeatures
Meta-feature-converter that ensures that the generated output has a fixed number of data points.
In case of filler type FIRST, the data gets inserted at the start, as opposed to at the end when using LAST.
NUMERIC/STRING/BOOLEAN use the appropriate filler value that the user specified.
The MISSING_* types just add a missing value of the appropriate data type.class
SpreadSheet
Generates features in spreadsheet format.class
Text
Simple feature converter that generates a CSV-like textual output.class
Weka
Generates features in spreadsheet format.Fields in adams.data.featureconverter declared as AbstractFeatureConverter Modifier and Type Field Description protected AbstractFeatureConverter
AbstractMetaFeatureConverter. m_Converter
the base converter.Methods in adams.data.featureconverter that return AbstractFeatureConverter Modifier and Type Method Description AbstractFeatureConverter
AbstractMetaFeatureConverter. getConverter()
Returns the base feature converter in use.protected abstract AbstractFeatureConverter
AbstractMetaFeatureConverter. getDefaultConverter()
Returns the default converter to use.protected AbstractFeatureConverter
CountValues. getDefaultConverter()
Returns the default converter to use.protected AbstractFeatureConverter
FixedNumFeatures. getDefaultConverter()
Returns the default converter to use.Methods in adams.data.featureconverter with parameters of type AbstractFeatureConverter Modifier and Type Method Description void
AbstractMetaFeatureConverter. setConverter(AbstractFeatureConverter value)
Sets the base feature converter to use. -
Uses of AbstractFeatureConverter in adams.data.image
Fields in adams.data.image declared as AbstractFeatureConverter Modifier and Type Field Description protected AbstractFeatureConverter
AbstractImageFeatureGenerator. m_Converter
the feature converter to use.Methods in adams.data.image that return AbstractFeatureConverter Modifier and Type Method Description AbstractFeatureConverter
AbstractImageFeatureGenerator. getConverter()
Returns the feature converter in use.Methods in adams.data.image with parameters of type AbstractFeatureConverter Modifier and Type Method Description void
AbstractImageFeatureGenerator. setConverter(AbstractFeatureConverter value)
Sets the feature converter to use. -
Uses of AbstractFeatureConverter in adams.data.timeseries
Fields in adams.data.timeseries declared as AbstractFeatureConverter Modifier and Type Field Description protected AbstractFeatureConverter
AbstractTimeseriesFeatureGenerator. m_Converter
the feature converter to use.Methods in adams.data.timeseries that return AbstractFeatureConverter Modifier and Type Method Description AbstractFeatureConverter
AbstractTimeseriesFeatureGenerator. getConverter()
Returns the feature converter in use.Methods in adams.data.timeseries with parameters of type AbstractFeatureConverter Modifier and Type Method Description void
AbstractTimeseriesFeatureGenerator. setConverter(AbstractFeatureConverter value)
Sets the feature converter to use. -
Uses of AbstractFeatureConverter in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractFeatureConverter Modifier and Type Field Description protected AbstractFeatureConverter
ConvertFeatures. m_Converter
the feature converter to use.Methods in adams.flow.transformer that return AbstractFeatureConverter Modifier and Type Method Description AbstractFeatureConverter
ConvertFeatures. getConverter()
Returns the feature converter in use.Methods in adams.flow.transformer with parameters of type AbstractFeatureConverter Modifier and Type Method Description void
ConvertFeatures. setConverter(AbstractFeatureConverter value)
Sets the feature converter to use.
-