Class AbstractStepwiseMetric.BoundAndWeightStruct

java.lang.Object
org.somox.metrics.abstractmetrics.AbstractStepwiseMetric.BoundAndWeightStruct
Enclosing class:
AbstractStepwiseMetric

public class AbstractStepwiseMetric.BoundAndWeightStruct extends Object
  • 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