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 TypeClassDescriptionclass
Sum<T extends FeatureInput>
Sums the results after calculating a list ofFeature
s. -
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 TypeMethodDescriptionvoid
FeatureListProviderAggregatePair.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 TypeClassDescriptionclass
Divide<T extends FeatureInput>
A feature that divides the results of multiple features sequentially.class
Multiply<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 TypeClassDescriptionclass
Maximum<T extends FeatureInput>
A feature that calculates the maximum value from a list of features.class
Mean<T extends FeatureInput>
Arithmetic mean of a list of featuresclass
MeanGeometric<T extends FeatureInput>
A feature that calculates the geometric mean of a list of features.class
Minimum<T extends FeatureInput>
A feature that calculates the minimum value from a list of features.