Package adams.core.base
Class RangedThreshold.ThresholdSpecification
- java.lang.Object
-
- adams.core.base.RangedThreshold.ThresholdSpecification
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RangedThreshold
public static class RangedThreshold.ThresholdSpecification extends Object implements Serializable
Container for storing min/max and threshold.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThresholdSpecification(double min, double max, double threshold)
Initializes the container.
-