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 classAbstractMetaFeatureConverterAncestor for converters that use a base converter.classCountValuesMeta-feature-converter that counts numeric values that satisfy the specified min/max range.classDatasetTurns the features into ADAMS dataset format.classFeatureContainerSimply returns the header definition/row in a adams.flow.container.FeatureConverterContainer container.classFixedColumnTextSimple feature converter that generates textual output with fixed column width.classFixedNumFeaturesMeta-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.classSpreadSheetGenerates features in spreadsheet format.classTextSimple feature converter that generates a CSV-like textual output.classWekaGenerates features in spreadsheet format.Fields in adams.data.featureconverter declared as AbstractFeatureConverter Modifier and Type Field Description protected AbstractFeatureConverterAbstractMetaFeatureConverter. m_Converterthe base converter.Methods in adams.data.featureconverter that return AbstractFeatureConverter Modifier and Type Method Description AbstractFeatureConverterAbstractMetaFeatureConverter. getConverter()Returns the base feature converter in use.protected abstract AbstractFeatureConverterAbstractMetaFeatureConverter. getDefaultConverter()Returns the default converter to use.protected AbstractFeatureConverterCountValues. getDefaultConverter()Returns the default converter to use.protected AbstractFeatureConverterFixedNumFeatures. getDefaultConverter()Returns the default converter to use.Methods in adams.data.featureconverter with parameters of type AbstractFeatureConverter Modifier and Type Method Description voidAbstractMetaFeatureConverter. 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 AbstractFeatureConverterAbstractImageFeatureGenerator. m_Converterthe feature converter to use.Methods in adams.data.image that return AbstractFeatureConverter Modifier and Type Method Description AbstractFeatureConverterAbstractImageFeatureGenerator. getConverter()Returns the feature converter in use.Methods in adams.data.image with parameters of type AbstractFeatureConverter Modifier and Type Method Description voidAbstractImageFeatureGenerator. 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 AbstractFeatureConverterAbstractTimeseriesFeatureGenerator. m_Converterthe feature converter to use.Methods in adams.data.timeseries that return AbstractFeatureConverter Modifier and Type Method Description AbstractFeatureConverterAbstractTimeseriesFeatureGenerator. getConverter()Returns the feature converter in use.Methods in adams.data.timeseries with parameters of type AbstractFeatureConverter Modifier and Type Method Description voidAbstractTimeseriesFeatureGenerator. 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 AbstractFeatureConverterConvertFeatures. m_Converterthe feature converter to use.Methods in adams.flow.transformer that return AbstractFeatureConverter Modifier and Type Method Description AbstractFeatureConverterConvertFeatures. getConverter()Returns the feature converter in use.Methods in adams.flow.transformer with parameters of type AbstractFeatureConverter Modifier and Type Method Description voidConvertFeatures. setConverter(AbstractFeatureConverter value)Sets the feature converter to use.
-