BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
Data for landmark graph layouting algorithm using forces. More...
#include <graph_layout.h>
Public Attributes | |
std::vector< glm::vec2 > | velocities |
Velocities of 2D landmarks. More... | |
std::vector< glm::vec2 > | forces |
Forces of 2D landmarks. More... | |
Data for landmark graph layouting algorithm using forces.
Definition at line 34 of file graph_layout.h.
std::vector<glm::vec2> GraphLayoutData::forces |
Forces of 2D landmarks.
Definition at line 39 of file graph_layout.h.
std::vector<glm::vec2> GraphLayoutData::velocities |
Velocities of 2D landmarks.
Definition at line 37 of file graph_layout.h.