Interface ThresholdProducingMetric


public interface ThresholdProducingMetric
Some evaluation measures may optimize thresholds on the class probabilities. These measures should implement this interface.
Version:
$Revision: 8034 $
Author:
Eibe Frank (eibe@cs.waikato.ac.nz)
  • Method Summary

    Modifier and Type
    Method
    Description
    double[]
    Returns the threshold values, one for each class value, associated with the value of the measure that is returned.
  • Method Details

    • getThresholds

      double[] getThresholds()
      Returns the threshold values, one for each class value, associated with the value of the measure that is returned.
      Returns:
      thresholds