BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Public Attributes | List of all members
GraphLayoutData Struct Reference

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...
 

Detailed Description

Data for landmark graph layouting algorithm using forces.

Definition at line 34 of file graph_layout.h.

Member Data Documentation

◆ forces

std::vector<glm::vec2> GraphLayoutData::forces

Forces of 2D landmarks.

Definition at line 39 of file graph_layout.h.

◆ velocities

std::vector<glm::vec2> GraphLayoutData::velocities

Velocities of 2D landmarks.

Definition at line 37 of file graph_layout.h.


The documentation for this struct was generated from the following file: