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

Options for InitializeRandom. More...

#include <InitializeRandom.hpp>

Public Attributes

InitializeRandomRng::result_type seed = sanisizer::cap<InitializeRandomRng::result_type>(6523)
 

Detailed Description

Options for InitializeRandom.

Member Data Documentation

◆ seed

InitializeRandomRng::result_type kmeans::InitializeRandomOptions::seed = sanisizer::cap<InitializeRandomRng::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: