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 classAbstractHeatmapFeatureGeneratorWithSkippableMissingValuesAncestor for feature generators that can decide whether to skip missing values.classAbstractMetaHeatmapFeatureGeneratorAncestor for feature generators that use a base feature generator.classAbstractScriptAncestor for heatmap feature generator scripts.classAbstractScriptedFeatureGeneratorAbstract ancestor for flatteners that execute external scripts.classCountValuesMeta-feature-generator that counts numeric values that satisfy the specified min/max range.classHistogramGenerates a histogram.classMaxExtracts the highest value.classMeanDetermines the mean.classMedianDetermines the median.classMinExtracts the lowest value.classMultiFeatureGeneratorApplies multiple generators to the same heatmap and merges the generate a feature vectors side-by-side.classScriptedA feature generator that uses any scripting handler for processing the data with a script located in the specified file.classStandardDeviationDetermines the standard deviation.classValuesGets all the values of the heatmap.Fields in adams.data.heatmapfeatures declared as AbstractHeatmapFeatureGenerator Modifier and Type Field Description protected AbstractHeatmapFeatureGeneratorScripted. m_FeatureGeneratorObjectthe loaded script object.protected AbstractHeatmapFeatureGeneratorAbstractMetaHeatmapFeatureGenerator. m_Generatorthe base feature generator.protected AbstractHeatmapFeatureGenerator[]MultiFeatureGenerator. m_SubGeneratorsthe generators to use.Methods in adams.data.heatmapfeatures that return AbstractHeatmapFeatureGenerator Modifier and Type Method Description protected abstract AbstractHeatmapFeatureGeneratorAbstractMetaHeatmapFeatureGenerator. getDefaultGenerator()Returns the default feature generator to use.protected AbstractHeatmapFeatureGeneratorCountValues. getDefaultGenerator()Returns the default generator to use.AbstractHeatmapFeatureGeneratorAbstractMetaHeatmapFeatureGenerator. getGenerator()Returns the base feature generator to use.AbstractHeatmapFeatureGenerator[]MultiFeatureGenerator. getSubGenerators()Returns the generators to use.AbstractHeatmapFeatureGeneratorAbstractHeatmapFeatureGenerator. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.AbstractHeatmapFeatureGeneratorAbstractHeatmapFeatureGenerator. 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 voidAbstractMetaHeatmapFeatureGenerator. setGenerator(AbstractHeatmapFeatureGenerator value)Sets the base feature generator to use.voidMultiFeatureGenerator. 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 AbstractHeatmapFeatureGeneratorHeatmapFeatureGenerator. m_ActualAlgorithmthe actual algorithm to apply to the image.protected AbstractHeatmapFeatureGeneratorHeatmapFeatureGenerator. m_Algorithmthe algorithm to apply to the image.Methods in adams.flow.transformer that return AbstractHeatmapFeatureGenerator Modifier and Type Method Description AbstractHeatmapFeatureGeneratorHeatmapFeatureGenerator. getAlgorithm()Returns the algorithm in use.Methods in adams.flow.transformer with parameters of type AbstractHeatmapFeatureGenerator Modifier and Type Method Description voidHeatmapFeatureGenerator. setAlgorithm(AbstractHeatmapFeatureGenerator value)Sets the algorithm to use.
-