|
BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
#include <thread>#include <vector>#include "batch_size_gen.h"#include "data_model.h"#include "frame_stats.h"

Go to the source code of this file.
Classes | |
| struct | RawDataStats |
| Statistics from the untransformed dataset. More... | |
| struct | TransConfig |
| Configuration of single-dimension transformation. More... | |
| struct | TransData |
| Storage of the transformed data. More... | |