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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double[] getThresholds()
      Returns the threshold values, one for each class value, associated with the value of the measure that is returned.
    • Method Detail

      • getThresholds

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