Uses of Class
adams.data.threewayfeatures.AbstractThreeWayDataFeatureGenerator
-
Packages that use AbstractThreeWayDataFeatureGenerator Package Description adams.data.threewayfeatures adams.flow.transformer -
-
Uses of AbstractThreeWayDataFeatureGenerator in adams.data.threewayfeatures
Subclasses of AbstractThreeWayDataFeatureGenerator in adams.data.threewayfeatures Modifier and Type Class Description classFlattenSimply flattens the 3-way data structure (x -> y -> z).classHistogramGenerates a histogram from the data values.classMaxSimply determines the largest data value.classMeanDetermines the mean of all the data values.classMedianDetermines the median of all the data values.classMinSimply determines the smallest data value.classMultiThreeWayDataFeatureGeneratorApplies multiple generators to the same 3-way data and merges the generated a feature vectors side-by-side.classStdDevDetermines the sample standard deviation of all the data values.Fields in adams.data.threewayfeatures declared as AbstractThreeWayDataFeatureGenerator Modifier and Type Field Description protected AbstractThreeWayDataFeatureGenerator[]MultiThreeWayDataFeatureGenerator. m_SubGeneratorsthe generators to use.Methods in adams.data.threewayfeatures that return AbstractThreeWayDataFeatureGenerator Modifier and Type Method Description AbstractThreeWayDataFeatureGenerator[]MultiThreeWayDataFeatureGenerator. getSubGenerators()Returns the generators to use.AbstractThreeWayDataFeatureGeneratorAbstractThreeWayDataFeatureGenerator. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.AbstractThreeWayDataFeatureGeneratorAbstractThreeWayDataFeatureGenerator. shallowCopy(boolean expand)Returns a shallow copy of itself, i.e., based on the commandline options.Methods in adams.data.threewayfeatures with parameters of type AbstractThreeWayDataFeatureGenerator Modifier and Type Method Description voidMultiThreeWayDataFeatureGenerator. setSubGenerators(AbstractThreeWayDataFeatureGenerator[] value)Sets the generators to use. -
Uses of AbstractThreeWayDataFeatureGenerator in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractThreeWayDataFeatureGenerator Modifier and Type Field Description protected AbstractThreeWayDataFeatureGeneratorThreeWayDataFeatureGenerator. m_ActualAlgorithmthe actual algorithm to apply to the image.protected AbstractThreeWayDataFeatureGeneratorThreeWayDataFeatureGenerator. m_Algorithmthe algorithm to apply to the image.Methods in adams.flow.transformer that return AbstractThreeWayDataFeatureGenerator Modifier and Type Method Description AbstractThreeWayDataFeatureGeneratorThreeWayDataFeatureGenerator. getAlgorithm()Returns the algorithm in use.Methods in adams.flow.transformer with parameters of type AbstractThreeWayDataFeatureGenerator Modifier and Type Method Description voidThreeWayDataFeatureGenerator. setAlgorithm(AbstractThreeWayDataFeatureGenerator value)Sets the algorithm to use.
-