Class CondProbConfirmationMeasure

    • Constructor Detail

      • CondProbConfirmationMeasure

        public CondProbConfirmationMeasure()
        Constructor.
      • CondProbConfirmationMeasure

        public CondProbConfirmationMeasure​(double resultIfCalcUndefined)
        Constructor.
        Parameters:
        resultIfCalcUndefined - value which should be returned if the calculation is not defined.
    • Method Detail

      • calculateConfirmationValues

        public double[] calculateConfirmationValues​(SubsetProbabilities subsetProbabilities)
        Description copied from interface: DirectConfirmationMeasure
        Calculates the confirmation values for the given subset probabilities.
        Parameters:
        subsetProbabilities - subset probabilities used for the calculation
        Returns:
        confirmation values
      • getName

        public String getName()
        Description copied from interface: ConfirmationMeasure
        Returns the name of the measure.
        Returns:
        the name of the measure.