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

Public Member Functions | |
| HammingDistanceCyclic () | |
| double | measure (const Word &w1, const Word &w2) const |
| Returns the hamming distance computed for all cyclic permutations of given words and scaled by the length of the longest word. | |
Definition at line 123 of file SimilarityMeasures.h.
|
|
Definition at line 126 of file SimilarityMeasures.h. |
|
||||||||||||
|
Returns the hamming distance computed for all cyclic permutations of given words and scaled by the length of the longest word.
Implements StringSimilarityMeasure. |
1.4.6