#include <PairDistanceTest.h>
Inheritance diagram for PairGenerator:

Public Member Functions | |
| virtual pair< Word, Word > | getTruePair ()=0 |
| Returns a pair of words similar under specified criteria. | |
| virtual pair< Word, Word > | getFalsePair ()=0 |
| Returns a pair of words that are not similar under specified criteria. | |
Definition at line 36 of file PairDistanceTest.h.
|
|
Returns a pair of words that are not similar under specified criteria.
Implemented in RandomPairGenerator. |
|
|
Returns a pair of words similar under specified criteria.
Implemented in RandomPairGenerator. |
1.4.6