Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Default distance used by the EMD algorithm returning always the null distance. More...
#include <Earth_mover_distance.hpp>
Default distance used by the EMD algorithm returning always the null distance.
VerticesAccessor | Base 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. |