PairGenerator Class Reference

Abstract interface for classes defining sword pairs similarities. More...

#include <PairDistanceTest.h>

Inheritance diagram for PairGenerator:

RandomPairGenerator List of all members.

Public Member Functions

virtual pair< Word, WordgetTruePair ()=0
 Returns a pair of words similar under specified criteria.
virtual pair< Word, WordgetFalsePair ()=0
 Returns a pair of words that are not similar under specified criteria.

Detailed Description

Abstract interface for classes defining sword pairs similarities.

Definition at line 36 of file PairDistanceTest.h.


Member Function Documentation

virtual pair<Word,Word> PairGenerator::getFalsePair  )  [pure virtual]
 

Returns a pair of words that are not similar under specified criteria.

Implemented in RandomPairGenerator.

virtual pair<Word,Word> PairGenerator::getTruePair  )  [pure virtual]
 

Returns a pair of words similar under specified criteria.

Implemented in RandomPairGenerator.


The documentation for this class was generated from the following file:
Generated on Mon Feb 27 22:47:16 2006 for CRyptography And Groups (CRAG) by  doxygen 1.4.4