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

Naive algorithm looking for the nearest neighbors of a point in a database w.r.t a metric space Naive algorithm looking for the nearest neighbors of a point in a database w.r.t a metric space. More...

#include <NN_linear_scan.hpp>

Detailed Description

template<class DistanceFunction>
class SBL::GT::T_NN_linear_scan< DistanceFunction >

Naive algorithm looking for the nearest neighbors of a point in a database w.r.t a metric space Naive algorithm looking for the nearest neighbors of a point in a database w.r.t a metric space.