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

Options to use for InitializeRandom. More...

#include <InitializeRandom.hpp>

Public Attributes

uint64_t seed = 6523u
 

Detailed Description

Options to use for InitializeRandom.

Member Data Documentation

◆ seed

uint64_t kmeans::InitializeRandomOptions::seed = 6523u

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


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