Loading [MathJax]/jax/element/mml/optable/GeneralPunctuation.js
Chemical Data Processing Library C++ API - Version 1.3.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
CDPL::Descr::ManhattanDistance Class Reference

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...
 

Detailed Description

Functor class for calculating the Manhattan Distance [MADI] between bitsets and vectors.

Member Function Documentation

◆ operator()()

template<typename V >
double CDPL::Descr::ManhattanDistance::operator() ( const V &  v1,
const V &  v2 
) const
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

Parameters
v1The first vector.
v2The second vector.
Returns
The calculated distance measure.

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