#include <SimilarityMeasures.h>
Inheritance diagram for HammingDistance:

Public Member Functions | |
| HammingDistance () | |
| double | measure (const Word &w1, const Word &w2) const |
| Returns the hamming distance scaled by the length of the longest word. | |
Definition at line 108 of file SimilarityMeasures.h.
|
|
Definition at line 111 of file SimilarityMeasures.h. |
|
||||||||||||
|
Returns the hamming distance scaled by the length of the longest word.
Implements StringSimilarityMeasure. |
1.4.6