Class AbstractStepwiseMetric.BoundAndWeightStruct
java.lang.Object
org.somox.metrics.abstractmetrics.AbstractStepwiseMetric.BoundAndWeightStruct
- Enclosing class:
- AbstractStepwiseMetric
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BoundAndWeightStruct
public BoundAndWeightStruct(double upperBound, double weight)
-
-
Method Details
-
getUpperBound
public double getUpperBound()- Returns:
- the upperBound
-
getWeight
public double getWeight()- Returns:
- the weight
-