libvot  0.1.3
A C++11 multithread library for image retrieval
Namespaces | Functions
clustering.h File Reference

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)
 

Detailed Description

clustering algorithms, such as k-means