BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
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... | |
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.