Interface IObservedProbabilisticMeasure

    • Method Detail

      • compute

        double compute​(ConformalMultiProbabilisticClassification prediction,
                       double trueLabel)
        Compute the measure for the supplied conformal prediction and true label.
        Parameters:
        prediction - a ConformalMultiProbabilisticClassification.
        trueLabel - the true label of the instance.
        Returns:
        the measure for the supplied prediction.