Uses of Interface
org.aksw.palmetto.calculations.direct.DirectConfirmationMeasure
Packages that use DirectConfirmationMeasure
Package
Description
-
Uses of DirectConfirmationMeasure in org.aksw.palmetto
Fields in org.aksw.palmetto declared as DirectConfirmationMeasureModifier and TypeFieldDescriptionprotected DirectConfirmationMeasureDirectConfirmationBasedCoherence.confirmationThe confirmation measure used to rate the single subset pairs.Constructors in org.aksw.palmetto with parameters of type DirectConfirmationMeasureModifierConstructorDescriptionDirectConfirmationBasedCoherence(Segmentator segmentation, ProbabilityEstimator probEstimator, DirectConfirmationMeasure confirmation, Aggregation aggregation)DirectConfirmationBasedCoherence(Segmentator segmentation, ProbabilityEstimator probEstimator, DirectConfirmationMeasure confirmation, Aggregation aggregation, Weighter weighter)Deprecated. -
Uses of DirectConfirmationMeasure in org.aksw.palmetto.calculations.direct
Classes in org.aksw.palmetto.calculations.direct that implement DirectConfirmationMeasureModifier and TypeClassDescriptionclassAn abstract class of all confirmation measures which have to handle undefined results.classThis confirmation measure calculates the conditional probability of W' given W*.classThis confirmation measure calculates the difference between the conditional probability of W' given W* abd the marginal probability of W'.classThis confirmation measure calculates the difference of the conditional probability of W' given W* and the conditional probability of W' given ¬W*.classThis confirmation measure calculates the Jaccard similarity between W' and W*.classThis confirmation measure calculates the Likelihood similarity between W' and W*.classThis confirmation measure calculates the logarithm of the conditional probability of W' given W*.classThis confirmation measure calculates the logarithm of the Jaccard similarity between W' and W*.classThis confirmation measure calculates the Likelihood similarity between W' and W*.classThis confirmation measure calculates the logarithm of the ratio between the joint probability of W' and W* and the product of the two marginal probabilities.classThis confirmation measure calculates the logarithm of the ratio between the joint probability of W' and W* and the product of the two marginal probabilities.classThis confirmation measure calculates Olssons coherence.classThis confirmation measure calculates the ratio between the joint probability of W' and W* and the product of the two marginal probabilities.classThis confirmation measure calculates Shogenjis coherence. -
Uses of DirectConfirmationMeasure in org.aksw.palmetto.vector
Fields in org.aksw.palmetto.vector declared as DirectConfirmationMeasureModifier and TypeFieldDescriptionprivate DirectConfirmationMeasureDirectConfirmationBasedVectorCreator.calculationConstructors in org.aksw.palmetto.vector with parameters of type DirectConfirmationMeasureModifierConstructorDescriptionDirectConfirmationBasedVectorCreator(ProbabilityEstimator supplier, DirectConfirmationMeasure calculation)DirectConfirmationBasedVectorCreator(ProbabilityEstimator supplier, DirectConfirmationMeasure calculation, double gamma)