BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Static Public Member Functions | List of all members
distfs::sqeucl Struct Reference

Static Public Member Functions

static float back (float x)
 
static float comp (const float *p1, const float *p2, const size_t dim)
 
static void proj (const float *la, const float *lb, const float *p, const size_t dim, float &o_scalar, float &o_sqdist)
 

Detailed Description

Definition at line 41 of file embedsom.cpp.

Member Function Documentation

◆ back()

static float distfs::sqeucl::back ( float  x)
inlinestatic

Definition at line 43 of file embedsom.cpp.

◆ comp()

static float distfs::sqeucl::comp ( const float *  p1,
const float *  p2,
const size_t  dim 
)
inlinestatic

Definition at line 44 of file embedsom.cpp.

◆ proj()

static void distfs::sqeucl::proj ( const float *  la,
const float *  lb,
const float *  p,
const size_t  dim,
float &  o_scalar,
float &  o_sqdist 
)
inlinestatic

Definition at line 70 of file embedsom.cpp.


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