![]() |
Chemical Data Processing Library C++ API - Version 1.3.0
|
Functor class for calculating the Manhattan Distance [MADI] between bitsets and vectors. More...
#include <SimilarityFunctors.hpp>
Public Member Functions | |
template<typename V > | |
double | operator() (const V &v1, const V &v2) const |
Calculates the Manhattan Distance [MADI] between the vectors v1 and v2. More... | |
Functor class for calculating the Manhattan Distance [MADI] between bitsets and vectors.
|
inline |
Calculates the Manhattan Distance [MADI] between the vectors v1 and v2.
The Manhattan Distance D_{12} is calculated by:
D_{12} = {\left \| \vec{v}_1 - \vec{v}_2 \right \|}_1
v1 | The first vector. |
v2 | The second vector. |