Class FalseNegatives

  • 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 FalseNegatives
    extends AHomogeneousPredictionPerformanceMeasure<java.lang.Object>
    • Constructor Summary

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

      • FalseNegatives

        public FalseNegatives​(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>