![]() |
UFJF - Machine Learning Toolkit
0.51.8
|
Base functor class for the implementation of new metrics metrics. More...
#include <DistanceMetric.hpp>
Public Member Functions | |
std::string & | family () |
std::string & | name () |
virtual T | operator() (const Point< T > &p1, const Point< T > &p2) const =0 |
Protected Attributes | |
std::string | m_family |
std::string | m_name |
Base functor class for the implementation of new metrics metrics.