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