Package org.anchoranalysis.plugin.operator.feature.bean.list
package org.anchoranalysis.plugin.operator.feature.bean.list
Operations that extract a single value from a list of features.
-
ClassesClassDescriptionMaximum<T extends FeatureInput>A feature that calculates the maximum value from a list of features.Mean<T extends FeatureInput>Arithmetic mean of a list of featuresMeanGeometric<T extends FeatureInput>A feature that calculates the geometric mean of a list of features.Minimum<T extends FeatureInput>A feature that calculates the minimum value from a list of features.