Uses of Class
adams.data.featuregenerator.AbstractFeatureGenerator
-
Packages that use AbstractFeatureGenerator Package Description adams.data.featuregenerator adams.data.filter -
-
Uses of AbstractFeatureGenerator in adams.data.featuregenerator
Subclasses of AbstractFeatureGenerator in adams.data.featuregenerator Modifier and Type Class Description classAbstractDatabaseConnectionFeatureGeneratorAncestor for feature generators that require database access.classFilteredFeatureGeneratorThis feature generator first pushes the data through the provided data filter before applying the actual feature generator.classMaxOutputs the largest intensity value in the heatmap as feature.classMeanOutputs the mean of the intensity values in the heatmap as feature.classMedianOutputs the median of the intensity values in the heatmap as feature.classMinOutputs the smallest intensity value in the heatmap as feature.classMultiGeneratorA meta-generator that applies multiple feature generators to the data.classPassThroughA dummy generator that just passes the data through.Fields in adams.data.featuregenerator declared as AbstractFeatureGenerator Modifier and Type Field Description protected AbstractFeatureGeneratorFilteredFeatureGenerator. m_Generatorthe actual feature generator.protected AbstractFeatureGenerator[]MultiGenerator. m_Generatorsthe generators.Methods in adams.data.featuregenerator that return AbstractFeatureGenerator Modifier and Type Method Description static AbstractFeatureGeneratorAbstractFeatureGenerator. forCommandLine(String cmdline)Instantiates the generator from the given commandline (i.e., classname and optional options).static AbstractFeatureGeneratorAbstractFeatureGenerator. forName(String classname, String[] options)Instantiates the generator with the given options.AbstractFeatureGeneratorFilteredFeatureGenerator. getGenerator()Returns the generator.AbstractFeatureGenerator[]MultiGenerator. getSubGenerators()Returns the generators in use.AbstractFeatureGeneratorAbstractFeatureGenerator. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.AbstractFeatureGeneratorAbstractFeatureGenerator. shallowCopy(boolean expand)Returns a shallow copy of itself, i.e., based on the commandline options.Methods in adams.data.featuregenerator with parameters of type AbstractFeatureGenerator Modifier and Type Method Description voidFilteredFeatureGenerator. setGenerator(AbstractFeatureGenerator value)Sets the generator.voidMultiGenerator. setSubGenerators(AbstractFeatureGenerator[] value)Sets the generators to use. -
Uses of AbstractFeatureGenerator in adams.data.filter
Fields in adams.data.filter declared as AbstractFeatureGenerator Modifier and Type Field Description protected AbstractFeatureGeneratorHeatmapFeatureGenerator. m_Generatorthe report filter.Methods in adams.data.filter that return AbstractFeatureGenerator Modifier and Type Method Description AbstractFeatureGeneratorHeatmapFeatureGenerator. getGenerator()Returns the current generator.Methods in adams.data.filter with parameters of type AbstractFeatureGenerator Modifier and Type Method Description voidHeatmapFeatureGenerator. setGenerator(AbstractFeatureGenerator value)Sets the generator to use.
-