#include "Core/Matrix/MatFunc.h"#include "Core/Matrix/Vecs.h"Include dependency graph for MatKMeans.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Impala |
| namespace | Impala::Core |
| namespace | Impala::Core::Matrix |
Functions | |
| double | Impala::Core::Matrix::my_vec_distance (double *v1, double *v2, int nElem) |
| double | Impala::Core::Matrix::my_vec_distance (double *v1, double *v2, int nElem, double currentMin) |
| template<class ArrayT> | |
| void | Impala::Core::Matrix::MatKMeans (ArrayT *m, ArrayT *c, VecScalarReal64 *imap, int numloop, bool cIsInitialized, int &clustersFound, VecScalarInt32 *vectorsInC) |
| K-means clustering. | |
1.5.1