BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Functions
embedsom.h File Reference
#include <cstddef>
Include dependency graph for embedsom.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void embedsom (const size_t n, const size_t n_landmarks, const size_t dim, const float boost, const size_t topn, const float adjust, const float *points, const float *hidim_lm, const float *lodim_lm, float *embedding)
 

Function Documentation

◆ embedsom()

void embedsom ( const size_t  n,
const size_t  n_landmarks,
const size_t  dim,
const float  boost,
const size_t  topn,
const float  adjust,
const float *  points,
const float *  hidim_lm,
const float *  lodim_lm,
float *  embedding 
)

Definition at line 422 of file embedsom.cpp.

Here is the caller graph for this function: