#include <HistogramDistances.h>
Public Member Functions | |
virtual double | distance (const std::vector< Numeric > &first, const std::vector< Numeric > &last) const |
Symmetric Chi2. |
Representation of the symmetric distance function between histograms. This class represents the function to compute the symmetric distance between histograms. The result is normalized to be in the range [0,1].
Definition at line 79 of file HistogramDistances.h.
double SymmetricChi2Distance< Numeric >::distance | ( | const std::vector< Numeric > & | first, | |
const std::vector< Numeric > & | last | |||
) | const [inline, virtual] |
Symmetric Chi2.
Implements HistogramDistance< Numeric >.
Definition at line 51 of file HistogramDistances.hpp.