|
libvot
0.1.3
A C++11 multithread library for image retrieval
|
clustering algorithms, such as k-means More...
#include "utils/global_params.h"Go to the source code of this file.
Namespaces | |
| tw | |
| namespace tw is mostly related to some utility functions developed by the repository owner, Tianwei Shen. | |
Functions | |
| double | tw::Kmeans (size_t num, int dim, int k, DTYPE **p, double *means, int *assignment, int thread_num) |
clustering algorithms, such as k-means
1.8.9.1