Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_EMD_distance_default< VerticesAccessor > Class Template Reference

Default distance used by the EMD algorithm returning always the null distance. More...

#include <Earth_mover_distance.hpp>

Detailed Description

template<class VerticesAccessor>
class SBL::CADS::T_EMD_distance_default< VerticesAccessor >

Default distance used by the EMD algorithm returning always the null distance.

Template Parameters
VerticesAccessorBase data structure defining the types and accessors related to the input data structures that are required by this algorithm. See classes SBL::CADS::T_Earth_mover_distance_vertices_accessor_vector and SBL::CADS::T_Earth_mover_distance_vertices_accessor_graph for two examples of use, one where the input data structures are simple containers of weighted points, and the other one where the input data structures are graphs connecting those weighted points.