Uses of Class
adams.data.featureconverter.AbstractMetaFeatureConverter
-
Packages that use AbstractMetaFeatureConverter Package Description adams.data.featureconverter -
-
Uses of AbstractMetaFeatureConverter in adams.data.featureconverter
Subclasses of AbstractMetaFeatureConverter in adams.data.featureconverter Modifier and Type Class Description class
CountValues
Meta-feature-converter that counts numeric values that satisfy the specified min/max range.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.
-