|
kmeans
k-means clustering in C++
|
Options for RefineLloyd.
More...
#include <RefineLloyd.hpp>
Public Attributes | |
| int | max_iterations = 10 |
| int | num_threads = 1 |
Options for RefineLloyd.
| 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().