Uses of Class
org.anchoranalysis.feature.bean.operator.FeatureBinary
Packages that use FeatureBinary
Package
Description
Features that compare against a range of values.
-
Uses of FeatureBinary in org.anchoranalysis.plugin.operator.feature.bean.range
Subclasses of FeatureBinary in org.anchoranalysis.plugin.operator.feature.bean.rangeModifier and TypeClassDescriptionclass
NormalizedRange<T extends FeatureInput>
The range of two feature values (i.e. max - min), divided by their mean.class
Range<T extends FeatureInput>
Calculates the statistical range between two feature values, with optional weighting.