#include "kmeans_index.h"
§ KMeansDistanceComputer()
template<typename Distance>
cvflann::KMeansIndex< Distance >::KMeansDistanceComputer::KMeansDistanceComputer |
( |
Distance |
_distance, |
|
|
const Matrix< ElementType > & |
_dataset, |
|
|
const int |
_branching, |
|
|
const int * |
_indices, |
|
|
const Matrix< double > & |
_dcenters, |
|
|
const size_t |
_veclen, |
|
|
int * |
_count, |
|
|
int * |
_belongs_to, |
|
|
std::vector< DistanceType > & |
_radiuses, |
|
|
bool & |
_converged |
|
) |
| |
|
inline |
§ operator()()
template<typename Distance>
The documentation for this class was generated from the following file: