kmeans
A C++ library for k-means
Loading...
Searching...
No Matches
Classes | Namespaces
RefineHartiganWong.hpp File Reference

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"
Include dependency graph for RefineHartiganWong.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Implements the Hartigan-Wong algorithm for k-means clustering.