Package org.anchoranalysis.plugin.operator.feature.bean.range
package org.anchoranalysis.plugin.operator.feature.bean.range
Features that compare against a range of values.
-
ClassesClassDescriptionCompareWithRange<T extends FeatureInput>Compares a value with a range, returning specified constants if its inside the range, below it or above itCompareWithRangeFeature<T extends FeatureInput>Like
CompareWithRange
but uses features to calculate boundary valuesIfConditionWithinRange<T extends FeatureInput>Calculates a value if a condition lies within a certain range, otherwise returns constantsIfOutsideRange<T extends FeatureInput>Clamps a feature value if it lies outside a specified range.NormalizedRange<T extends FeatureInput>The range of two feature values (i.e. max - min), divided by their mean.Range<T extends FeatureInput>Calculates the statistical range between two feature values, with optional weighting.RangeCompareBase<T extends FeatureInput>A base class for features that compare a value against a range and return different results based on the comparison.RangeCompareFromScalars<T extends FeatureInput>A base class for setting the boundaries of a range using constant scalar values.