BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Public Attributes | List of all members
KMeansData Struct Reference

Structure for storing the kmeans-style data. More...

#include <kmeans_landmark.h>

Public Attributes

std::default_random_engine gen
 Random engine for picking the points for training. More...
 

Detailed Description

Structure for storing the kmeans-style data.

Definition at line 29 of file kmeans_landmark.h.

Member Data Documentation

◆ gen

std::default_random_engine KMeansData::gen

Random engine for picking the points for training.

Definition at line 32 of file kmeans_landmark.h.


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