#include "Word.h"#include <vector>Go to the source code of this file.
Classes | |
| class | WordPairComparison |
| Implements a probabilistic measure for comparing two words. More... | |
| class | StringSimilarityMeasure |
| Abstract interface for a class implementing string (Word) similarity measure. More... | |
| class | HammingDistance |
| Implements the Hamming distance between two words. More... | |
| class | HammingDistanceCyclic |
| Implements the Hamming distance between two cyclic words. More... | |
| class | SubwordHammingDistanceCyclic |
| Implements the Hamming distance between two cyclic words. More... | |
| class | EditingDistance |
| Implements the Editing (Levenstein) distance between two words. More... | |
| class | SubwordEditingDistanceCyclic |
| Implements the Editing distance between two cyclic words. More... | |
Functions | |
| double | getLeftTaleConfidenceValue (const vector< double > &dist, double p) |
| Returns the left tale confidence value. | |
| double getLeftTaleConfidenceValue | ( | const vector< double > & | dist, | |
| double | p | |||
| ) |
Returns the left tale confidence value.
Given an estimate (as a list of sorted samples) of a probability distributions, returns the confidence value for a given p-value.
| dist | - distribution estimate. | |
| p | - the p -value. |
1.6.1