kmeans
A C++ library for k-means
|
Implements the Lloyd algorithm for k-means clustering. More...
#include <vector>
#include <algorithm>
#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 construction. More... | |
class | kmeans::RefineLloyd< Matrix_, Cluster_, Float_ > |
Implements the Lloyd algorithm for k-means clustering. More... | |
Namespaces | |
namespace | kmeans |
Namespace for k-means clustering. | |
Implements the Lloyd algorithm for k-means clustering.