Interface MultiLabelEvaluation

All Superinterfaces:
ClassifierEvaluation<MultiLabel>, Evaluation<MultiLabel>, com.oracle.labs.mlrg.olcut.provenance.Provenancable<EvaluationProvenance>
All Known Implementing Classes:
MultiLabelEvaluationImpl

public interface MultiLabelEvaluation extends ClassifierEvaluation<MultiLabel>
A MultiLabel specific ClassifierEvaluation.

Used to hold multi-label specific evaluation metrics.

  • Method Details

    • jaccardScore

      double jaccardScore()
      The average across the predictions of the intersection of the true and predicted labels divided by the union of the true and predicted labels.
      Returns:
      The Jaccard score.