Abstract interface for classes defining sword pairs similarities. More...
#include <PairDistanceTest.h>
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. |
Abstract interface for classes defining sword pairs similarities.
Definition at line 36 of file PairDistanceTest.h.
Returns a pair of words that are not similar under specified criteria.
Implemented in AAGKeyPairGenerator, and RandomPairGenerator.
Returns a pair of words similar under specified criteria.
Implemented in AAGKeyPairGenerator, and RandomPairGenerator.