kmeans
k-means clustering in C++
Loading...
Searching...
No Matches
kmeans::InitializeKmeansppOptions Struct Reference

Options for InitializeKmeanspp. More...

#include <InitializeKmeanspp.hpp>

Public Attributes

InitializeKmeansppRng::result_type seed = sanisizer::cap<typename InitializeKmeansppRng::result_type>(6523)
 
int num_threads = 1
 

Detailed Description

Options for InitializeKmeanspp.

Member Data Documentation

◆ num_threads

int kmeans::InitializeKmeansppOptions::num_threads = 1

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

◆ seed

InitializeKmeansppRng::result_type kmeans::InitializeKmeansppOptions::seed = sanisizer::cap<typename InitializeKmeansppRng::result_type>(6523)

Random seed to use to construct the PRNG prior to sampling.


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