Class OneCCriterion

    • Constructor Detail

      • OneCCriterion

        public OneCCriterion​(double significanceLevel)
        Creates an OneC measure.
        Parameters:
        significanceLevel - the significance level used for the label sets.
    • Method Detail

      • compute

        public double compute​(ConformalClassification prediction)
        Computes the OneC criterion measure for this prediction.
        Specified by:
        compute in interface IPriorMeasure
        Parameters:
        prediction - the prediction.
        Returns:
        the OneC criterion measure for this prediction. Large values are preferable.