Uses of Class
org.anchoranalysis.plugin.operator.feature.bean.range.RangeCompareFromScalars
Packages that use RangeCompareFromScalars
Package
Description
Features that compare against a range of values.
-
Uses of RangeCompareFromScalars in org.anchoranalysis.plugin.operator.feature.bean.range
Modifier and TypeClassDescriptionclassCompareWithRange<T extends FeatureInput>Compares a value with a range, returning specified constants if its inside the range, below it or above itclassIfConditionWithinRange<T extends FeatureInput>Calculates a value if a condition lies within a certain range, otherwise returns constantsclassIfOutsideRange<T extends FeatureInput>Clamps a feature value if it lies outside a specified range.