kmeans
A C++ library for k-means
|
Implements the Hartigan-Wong algorithm for k-means clustering. More...
#include <vector>
#include <algorithm>
#include <numeric>
#include <cstdint>
#include "Refine.hpp"
#include "Details.hpp"
#include "QuickSearch.hpp"
#include "parallelize.hpp"
#include "compute_centroids.hpp"
#include "is_edge_case.hpp"
Go to the source code of this file.
Classes | |
struct | kmeans::RefineHartiganWongOptions |
Options for RefineHartiganWong . More... | |
class | kmeans::RefineHartiganWong< Matrix_, Cluster_, Float_ > |
Implements the Hartigan-Wong algorithm for k-means clustering. More... | |
Namespaces | |
namespace | kmeans |
Namespace for k-means clustering. | |
Implements the Hartigan-Wong algorithm for k-means clustering.