|
kmeans
k-means clustering in C++
|
Implements the Lloyd algorithm for k-means clustering. More...
#include <vector>#include <algorithm>#include "sanisizer/sanisizer.hpp"#include "Refine.hpp"#include "Details.hpp"#include "QuickSearch.hpp"#include "is_edge_case.hpp"#include "compute_centroids.hpp"#include "parallelize.hpp"

Go to the source code of this file.
Classes | |
| struct | kmeans::RefineLloydOptions |
Options for RefineLloyd. More... | |
| class | kmeans::RefineLloyd< Index_, Data_, Cluster_, Float_, Matrix_ > |
| Implements the Lloyd algorithm for k-means clustering. More... | |
Namespaces | |
| namespace | kmeans |
| Perform k-means clustering. | |
Implements the Lloyd algorithm for k-means clustering.