BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <cmath>
#include <iostream>
#include <vector>
#include "input_data.h"
Go to the source code of this file.
Classes | |
class | View |
A small utility class that manages the viewport coordinates, together with the virtual "camera" position and zoom. More... | |