UFJF - Machine Learning Toolkit  0.51.8
mltk::metrics::dist::Euclidean< T > Class Template Reference

Functor for the computation of the euclidean metrics between two points. More...

#include <DistanceMetric.hpp>

Inheritance diagram for mltk::metrics::dist::Euclidean< T >:
Collaboration diagram for mltk::metrics::dist::Euclidean< T >:

Public Member Functions

operator() (const Point< T > &p1, const Point< T > &p2) const
 
- Public Member Functions inherited from mltk::metrics::dist::DistanceMetric< double >
std::string & family ()
 
std::string & name ()
 
virtual double operator() (const Point< double > &p1, const Point< double > &p2) const=0
 

Additional Inherited Members

- Protected Attributes inherited from mltk::metrics::dist::DistanceMetric< double >
std::string m_family
 
std::string m_name
 

Detailed Description

template<typename T = double>
class mltk::metrics::dist::Euclidean< T >

Functor for the computation of the euclidean metrics between two points.


The documentation for this class was generated from the following file: