|
BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|


Go to the source code of this file.
Classes | |
| struct | GraphLayoutData |
| Data for landmark graph layouting algorithm using forces. More... | |
Functions | |
| void | graph_layout_step (GraphLayoutData &data, bool vert_pressed, int vert_ind, LandmarkModel &lm, float time) |
| One iteration step of the landmark layouting algorithm. More... | |
| void graph_layout_step | ( | GraphLayoutData & | data, |
| bool | vert_pressed, | ||
| int | vert_ind, | ||
| LandmarkModel & | lm, | ||
| float | time | ||
| ) |
One iteration step of the landmark layouting algorithm.
| data | Data of the layouting algorithm. |
| mouse | Coordinations of the mouse. |
| lm | Landmark model. |
| time | Time duration of the last frame. |
Definition at line 25 of file graph_layout.cpp.

