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

A context structure for tSNE computation. More...

#include <tsne_layout.h>

Public Attributes

std::vector< float > pji
 
std::vector< size_t > heap
 
std::vector< glm::vec2 > updates
 

Detailed Description

A context structure for tSNE computation.

This mostly holds pre-allocated memory so that the vectors don't need to get recreated every frame.

Definition at line 34 of file tsne_layout.h.

Member Data Documentation

◆ heap

std::vector<size_t> TSNELayoutData::heap

Definition at line 37 of file tsne_layout.h.

◆ pji

std::vector<float> TSNELayoutData::pji

Definition at line 36 of file tsne_layout.h.

◆ updates

std::vector<glm::vec2> TSNELayoutData::updates

Definition at line 38 of file tsne_layout.h.


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