#include <PairDistanceTest.h>
Public Member Functions | |
| PairDistanceSimilarityTest (int n, PairGenerator *g, StringSimilarityMeasure *sm) | |
| Constructor. | |
| void | estimateTrueDistribution () |
| double | testTruePair () |
| double | testFalsePair () |
| double | testPair (const pair< Word, Word > &p) |
Private Attributes | |
| vector< double > | measureDistr |
| StringSimilarityMeasure * | theSimilarity |
| int | sampleSize |
| PairGenerator * | theGenerator |
Definition at line 97 of file PairDistanceTest.h.
|
||||||||||||||||
|
Constructor.
Definition at line 101 of file PairDistanceTest.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 115 of file PairDistanceTest.h. |
|
|
Definition at line 118 of file PairDistanceTest.h. |
|
|
Definition at line 119 of file PairDistanceTest.h. |
|
|
Definition at line 116 of file PairDistanceTest.h. |
1.4.6