kmeans
A C++ library for k-means
Loading...
Searching...
No Matches
Public Attributes | List of all members
kmeans::RefineLloydOptions Struct Reference

Options for RefineLloyd construction. More...

#include <RefineLloyd.hpp>

Public Attributes

int max_iterations = 10
 
int num_threads = 1
 

Detailed Description

Options for RefineLloyd construction.

Member Data Documentation

◆ max_iterations

int kmeans::RefineLloydOptions::max_iterations = 10

Maximum number of iterations. More iterations increase the opportunity for convergence at the cost of more computational time.

◆ num_threads

int kmeans::RefineLloydOptions::num_threads = 1

Number of threads to use. The parallelization scheme is defined by parallelize().


The documentation for this struct was generated from the following file: