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 class
Flatten
Simply flattens the 3-way data structure (x -> y -> z).class
Histogram
Generates a histogram from the data values.class
Max
Simply determines the largest data value.class
Mean
Determines the mean of all the data values.class
Median
Determines the median of all the data values.class
Min
Simply determines the smallest data value.class
MultiThreeWayDataFeatureGenerator
Applies multiple generators to the same 3-way data and merges the generated a feature vectors side-by-side.class
StdDev
Determines 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_SubGenerators
the generators to use.Methods in adams.data.threewayfeatures that return AbstractThreeWayDataFeatureGenerator Modifier and Type Method Description AbstractThreeWayDataFeatureGenerator[]
MultiThreeWayDataFeatureGenerator. getSubGenerators()
Returns the generators to use.AbstractThreeWayDataFeatureGenerator
AbstractThreeWayDataFeatureGenerator. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.AbstractThreeWayDataFeatureGenerator
AbstractThreeWayDataFeatureGenerator. 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 void
MultiThreeWayDataFeatureGenerator. 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 AbstractThreeWayDataFeatureGenerator
ThreeWayDataFeatureGenerator. m_ActualAlgorithm
the actual algorithm to apply to the image.protected AbstractThreeWayDataFeatureGenerator
ThreeWayDataFeatureGenerator. m_Algorithm
the algorithm to apply to the image.Methods in adams.flow.transformer that return AbstractThreeWayDataFeatureGenerator Modifier and Type Method Description AbstractThreeWayDataFeatureGenerator
ThreeWayDataFeatureGenerator. getAlgorithm()
Returns the algorithm in use.Methods in adams.flow.transformer with parameters of type AbstractThreeWayDataFeatureGenerator Modifier and Type Method Description void
ThreeWayDataFeatureGenerator. setAlgorithm(AbstractThreeWayDataFeatureGenerator value)
Sets the algorithm to use.
-