Interface MetricValue

  • All Known Implementing Classes:
    MetricValueImpl

    public interface MetricValue
    • Method Detail

      • getMetric

        Metric getMetric()
        Gets the Metric.
        Returns:
        the metric.
      • getValue

        double getValue()
        Gets the current value.
        Returns:
        the value.
      • getScore

        double getScore()
        Gets the current confidence score.
        Returns:
        the score.