BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
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... | |
Structure for storing the kmeans-style data.
Definition at line 29 of file kmeans_landmark.h.
std::default_random_engine KMeansData::gen |
Random engine for picking the points for training.
Definition at line 32 of file kmeans_landmark.h.