Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Cluster_engine_Morse_theory_based< PointType, DistanceFunction, TNNQuery, TGetDensity > Class Template Reference

Morse theory based clustering algorithm. More...

#include <Cluster_engine_Morse_theory_based.hpp>

Detailed Description

template<class PointType, class DistanceFunction, template< class D > class TNNQuery, template< class G > class TGetDensity>
class SBL::GT::T_Cluster_engine_Morse_theory_based< PointType, DistanceFunction, TNNQuery, TGetDensity >

Morse theory based clustering algorithm.

Template Parameters
PointTypeRepresentation of a geometrical point.
NNQueryNearest neighbors engine.
TGetDensityTemplate functor returning the density of a point in a nearest neighbor graph.