EvolvingObjects
|
This is a generic class for L1 distance computation: assumes the 2 things are std::vectors of something that is double-castable For bitstrings, this is the Hamming distance. More...
#include <eoDistance.h>
Public Member Functions | |
double | operator() (const EOT &_v1, const EOT &_v2) |
The pure virtual function that needs to be implemented by the subclass. |
This is a generic class for L1 distance computation: assumes the 2 things are std::vectors of something that is double-castable For bitstrings, this is the Hamming distance.
Definition at line 71 of file eoDistance.h.