kmeans
A C++ library for k-means
|
Options for RefineLloyd
construction.
More...
#include <RefineLloyd.hpp>
Public Attributes | |
int | max_iterations = 10 |
int | num_threads = 1 |
Options for RefineLloyd
construction.
int kmeans::RefineLloydOptions::max_iterations = 10 |
Maximum number of iterations. More iterations increase the opportunity for convergence at the cost of more computational time.
int kmeans::RefineLloydOptions::num_threads = 1 |
Number of threads to use. The parallelization scheme is defined by parallelize()
.