.TH "eoHammingDistance" 3 "19 Oct 2006" "Version 0.9.4-cvs" "EO" \" -*- nroff -*- .ad l .nh .SH NAME eoHammingDistance \- 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. .PP .SH SYNOPSIS .br .PP \fC#include \fP .PP Inherits \fBeoDistance< EOT >< EOT >\fP. .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "double \fBoperator()\fP (const \fBEOT\fP &_v1, const \fBEOT\fP &_v2)" .br .RI "\fIThe pure virtual function that needs to be implemented by the subclass. \fP" .in -1c .SH "Detailed Description" .PP .SS "template class eoHammingDistance< EOT >" 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. .PP Definition at line 66 of file eoDistance.h. .SH "Author" .PP Generated automatically by Doxygen for EO from the source code.