| AbstractUndefinedResultHandlingConfirmationMeasure |
An abstract class of all confirmation measures which have to handle undefined
results.
|
| CondProbConfirmationMeasure |
This confirmation measure calculates the conditional probability of W' given
W*.
|
| DifferenceBasedConfirmationMeasure |
This confirmation measure calculates the difference between the conditional
probability of W' given W* abd the marginal probability of W'.
|
| FitelsonConfirmationMeasure |
This confirmation measure calculates the difference of the conditional
probability of W' given W* and the conditional probability of W' given ¬W*.
|
| JaccardConfirmationMeasure |
This confirmation measure calculates the Jaccard similarity between W' and
W*.
|
| JointProbabilityConfirmationMeasure |
This confirmation measure simply returns the joint probability of W' and W*
as value.
|
| LikelihoodConfirmationMeasure |
This confirmation measure calculates the Likelihood similarity between W' and
W*.
|
| LogCondProbConfirmationMeasure |
This confirmation measure calculates the logarithm of the conditional
probability of W' given W*.
|
| LogJaccardConfirmationMeasure |
This confirmation measure calculates the logarithm of the Jaccard similarity
between W' and W*.
|
| LogLikelihoodConfirmationMeasure |
This confirmation measure calculates the Likelihood similarity between W' and
W*.
|
| LogRatioConfirmationMeasure |
This confirmation measure calculates the logarithm of the ratio between the
joint probability of W' and W* and the product of the two marginal
probabilities.
|
| NormalizedLogRatioConfirmationMeasure |
This confirmation measure calculates the logarithm of the ratio between the
joint probability of W' and W* and the product of the two marginal
probabilities.
|
| OlssonsConfirmationMeasure |
This confirmation measure calculates Olssons coherence.
|
| RatioConfirmationMeasure |
This confirmation measure calculates the ratio between the joint probability
of W' and W* and the product of the two marginal probabilities.
|
| ShogenjisConfirmationMeasure |
This confirmation measure calculates Shogenjis coherence.
|