BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Static Public Attributes | List of all members
EmbedSOMConstants< F > Struct Template Reference

Static Public Attributes

static constexpr F minBoost = F(1e-5)
 
static constexpr F maxAvoidance = F(10)
 
static constexpr F zeroAvoidance = F(1e-10)
 
static constexpr F gridGravity = F(1e-5)
 

Detailed Description

template<typename F = float>
struct EmbedSOMConstants< F >

Definition at line 42 of file embedsom_cuda_projection.cu.

Member Data Documentation

◆ gridGravity

template<typename F = float>
constexpr F EmbedSOMConstants< F >::gridGravity = F(1e-5)
staticconstexpr

Definition at line 48 of file embedsom_cuda_projection.cu.

◆ maxAvoidance

template<typename F = float>
constexpr F EmbedSOMConstants< F >::maxAvoidance = F(10)
staticconstexpr

Definition at line 46 of file embedsom_cuda_projection.cu.

◆ minBoost

template<typename F = float>
constexpr F EmbedSOMConstants< F >::minBoost = F(1e-5)
staticconstexpr

Definition at line 45 of file embedsom_cuda_projection.cu.

◆ zeroAvoidance

template<typename F = float>
constexpr F EmbedSOMConstants< F >::zeroAvoidance = F(1e-10)
staticconstexpr

Definition at line 47 of file embedsom_cuda_projection.cu.


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