Class IfOutsideRange<T extends FeatureInput>

Type Parameters:
T - the type of FeatureInput this feature operates on

public class IfOutsideRange<T extends FeatureInput> extends RangeCompareFromScalars<T>
Clamps a feature value if it lies outside a specified range.

This class extends RangeCompareFromScalars to return particular constants if the calculated feature value is below or above an acceptable range.