BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Functions
tsne_layout.cpp File Reference
#include "tsne_layout.h"
Include dependency graph for tsne_layout.cpp:

Go to the source code of this file.

Functions

constexpr float sqrf (float x)
 
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

◆ sqrf()

constexpr float sqrf ( float  x)
constexpr

Definition at line 22 of file tsne_layout.cpp.

Here is the caller graph for this function:

◆ 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: