BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
#include <glm/glm.hpp>
#include <vector>
#include "batch_size_gen.h"
#include "dirty.h"
#include "landmark_model.h"
#include "scaled_data.h"
#include "training_config.h"
Go to the source code of this file.
Classes | |
struct | ScatterModel |
Model of the two-dimensional data points. More... | |