Interface ICertaintyProvider<T,​I,​D extends IDataset<I>>

    • Method Detail

      • getCertainty

        double getCertainty​(I queryInstance)
        Returns the certainty for a given IInstance.
        Parameters:
        queryInstance - IInstance for which certainty shall be obtained.
        Returns:
        Certainty of the model for the given IInstance