Uses of Class
org.anchoranalysis.feature.bean.operator.FeatureFromList
Packages that use FeatureFromList
Package
Description
Features that are sufficiently generic to work on any input-type.
Implementations of
FeatureListProvider with
input-type FeatureInputPairObjects.Arithmetic involving features.
Operations that extract a single value from a list of features.
-
Uses of FeatureFromList in org.anchoranalysis.feature.bean.operator
Subclasses of FeatureFromList in org.anchoranalysis.feature.bean.operatorModifier and TypeClassDescriptionclassSum<T extends FeatureInput>Sums the results after calculating a list ofFeatures. -
Uses of FeatureFromList in org.anchoranalysis.plugin.image.feature.bean.list.pair
Methods in org.anchoranalysis.plugin.image.feature.bean.list.pair that return FeatureFromListModifier and TypeMethodDescriptionprotected FeatureFromList<FeatureInputPairObjects> FeatureListProviderAggregatePair.createReducedFeature(Feature<FeatureInputPairObjects> first, Feature<FeatureInputPairObjects> second) Creates a reduced feature from features for the first and second objects.FeatureListProviderAggregatePair.getReduce()Method for reducing all pairs into a single value e.g.Methods in org.anchoranalysis.plugin.image.feature.bean.list.pair with parameters of type FeatureFromListModifier and TypeMethodDescriptionvoidFeatureListProviderAggregatePair.setReduce(FeatureFromList<FeatureInputPairObjects> reduce) Method for reducing all pairs into a single value e.g. -
Uses of FeatureFromList in org.anchoranalysis.plugin.operator.feature.bean.arithmetic
Modifier and TypeClassDescriptionclassDivide<T extends FeatureInput>A feature that divides the results of multiple features sequentially.classMultiply<T extends FeatureInput>A feature that multiplies the results of multiple features together. -
Uses of FeatureFromList in org.anchoranalysis.plugin.operator.feature.bean.list
Subclasses of FeatureFromList in org.anchoranalysis.plugin.operator.feature.bean.listModifier and TypeClassDescriptionclassMaximum<T extends FeatureInput>A feature that calculates the maximum value from a list of features.classMean<T extends FeatureInput>Arithmetic mean of a list of featuresclassMeanGeometric<T extends FeatureInput>A feature that calculates the geometric mean of a list of features.classMinimum<T extends FeatureInput>A feature that calculates the minimum value from a list of features.