Class Recall

  • All Implemented Interfaces:
    org.api4.java.ai.ml.core.evaluation.supervised.loss.IDeterministicHomogeneousPredictionPerformanceMeasure<java.lang.Object>, org.api4.java.ai.ml.core.evaluation.supervised.loss.IDeterministicPredictionPerformanceMeasure<java.lang.Object,​java.lang.Object>

    public class Recall
    extends AHomogeneousPredictionPerformanceMeasure<java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      Recall​(java.lang.Object positiveClass)  
    • Constructor Detail

      • Recall

        public Recall​(java.lang.Object positiveClass)
    • Method Detail

      • score

        public double score​(java.util.List<? extends java.lang.Object> expected,
                            java.util.List<? extends java.lang.Object> actual)
        Specified by:
        score in interface org.api4.java.ai.ml.core.evaluation.supervised.loss.IDeterministicPredictionPerformanceMeasure<java.lang.Object,​java.lang.Object>
        Overrides:
        score in class APredictionPerformanceMeasure<java.lang.Object,​java.lang.Object>