Uses of Class
adams.data.heatmapfeatures.AbstractHeatmapFeatureGenerator
-
Packages that use AbstractHeatmapFeatureGenerator Package Description adams.data.heatmapfeatures adams.flow.transformer -
-
Uses of AbstractHeatmapFeatureGenerator in adams.data.heatmapfeatures
Subclasses of AbstractHeatmapFeatureGenerator in adams.data.heatmapfeatures Modifier and Type Class Description class
AbstractHeatmapFeatureGeneratorWithSkippableMissingValues
Ancestor for feature generators that can decide whether to skip missing values.class
AbstractMetaHeatmapFeatureGenerator
Ancestor for feature generators that use a base feature generator.class
AbstractScript
Ancestor for heatmap feature generator scripts.class
AbstractScriptedFeatureGenerator
Abstract ancestor for flatteners that execute external scripts.class
CountValues
Meta-feature-generator that counts numeric values that satisfy the specified min/max range.class
Histogram
Generates a histogram.class
Max
Extracts the highest value.class
Mean
Determines the mean.class
Median
Determines the median.class
Min
Extracts the lowest value.class
MultiFeatureGenerator
Applies multiple generators to the same heatmap and merges the generate a feature vectors side-by-side.class
Scripted
A feature generator that uses any scripting handler for processing the data with a script located in the specified file.class
StandardDeviation
Determines the standard deviation.class
Values
Gets all the values of the heatmap.Fields in adams.data.heatmapfeatures declared as AbstractHeatmapFeatureGenerator Modifier and Type Field Description protected AbstractHeatmapFeatureGenerator
Scripted. m_FeatureGeneratorObject
the loaded script object.protected AbstractHeatmapFeatureGenerator
AbstractMetaHeatmapFeatureGenerator. m_Generator
the base feature generator.protected AbstractHeatmapFeatureGenerator[]
MultiFeatureGenerator. m_SubGenerators
the generators to use.Methods in adams.data.heatmapfeatures that return AbstractHeatmapFeatureGenerator Modifier and Type Method Description protected abstract AbstractHeatmapFeatureGenerator
AbstractMetaHeatmapFeatureGenerator. getDefaultGenerator()
Returns the default feature generator to use.protected AbstractHeatmapFeatureGenerator
CountValues. getDefaultGenerator()
Returns the default generator to use.AbstractHeatmapFeatureGenerator
AbstractMetaHeatmapFeatureGenerator. getGenerator()
Returns the base feature generator to use.AbstractHeatmapFeatureGenerator[]
MultiFeatureGenerator. getSubGenerators()
Returns the generators to use.AbstractHeatmapFeatureGenerator
AbstractHeatmapFeatureGenerator. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.AbstractHeatmapFeatureGenerator
AbstractHeatmapFeatureGenerator. shallowCopy(boolean expand)
Returns a shallow copy of itself, i.e., based on the commandline options.Methods in adams.data.heatmapfeatures with parameters of type AbstractHeatmapFeatureGenerator Modifier and Type Method Description void
AbstractMetaHeatmapFeatureGenerator. setGenerator(AbstractHeatmapFeatureGenerator value)
Sets the base feature generator to use.void
MultiFeatureGenerator. setSubGenerators(AbstractHeatmapFeatureGenerator[] value)
Sets the generators to use. -
Uses of AbstractHeatmapFeatureGenerator in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractHeatmapFeatureGenerator Modifier and Type Field Description protected AbstractHeatmapFeatureGenerator
HeatmapFeatureGenerator. m_ActualAlgorithm
the actual algorithm to apply to the image.protected AbstractHeatmapFeatureGenerator
HeatmapFeatureGenerator. m_Algorithm
the algorithm to apply to the image.Methods in adams.flow.transformer that return AbstractHeatmapFeatureGenerator Modifier and Type Method Description AbstractHeatmapFeatureGenerator
HeatmapFeatureGenerator. getAlgorithm()
Returns the algorithm in use.Methods in adams.flow.transformer with parameters of type AbstractHeatmapFeatureGenerator Modifier and Type Method Description void
HeatmapFeatureGenerator. setAlgorithm(AbstractHeatmapFeatureGenerator value)
Sets the algorithm to use.
-