BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Classes | Functions
tsne_layout.h File Reference
#include <glm/glm.hpp>
#include <vector>
#include "landmark_model.h"
#include "mouse_data.h"
Include dependency graph for tsne_layout.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TSNELayoutData
 A context structure for tSNE computation. More...
 

Functions

void tsne_layout_step (TSNELayoutData &data, bool vert_pressed, int vert_ind, LandmarkModel &lm, float time)
 Optimize the positions of low-dimensional landmarks using the t-SNE algorithm. More...
 

Function Documentation

◆ tsne_layout_step()

void tsne_layout_step ( TSNELayoutData data,
bool  vert_pressed,
int  vert_ind,
LandmarkModel lm,
float  time 
)

Optimize the positions of low-dimensional landmarks using the t-SNE algorithm.

Definition at line 28 of file tsne_layout.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: