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

Helper structure to transform neighbor distances to scores. More...

Public Member Functions

__forceinline__ __device__ F getNeighborDistance (const uint32_t idx) const
 
__forceinline__ __device__ void storeScore (const uint32_t idx, const F score)
 

Public Attributes

knn_entry< F > *const __restrict__ neighbors
 

Detailed Description

template<typename F>
struct SharedNeighborStorage< F >

Helper structure to transform neighbor distances to scores.

Shares distance field for storing scores and loading distances.

Definition at line 56 of file embedsom_cuda_projection.cu.

Member Function Documentation

◆ getNeighborDistance()

template<typename F >
__forceinline__ __device__ F SharedNeighborStorage< F >::getNeighborDistance ( const uint32_t  idx) const
inline

Definition at line 59 of file embedsom_cuda_projection.cu.

◆ storeScore()

template<typename F >
__forceinline__ __device__ void SharedNeighborStorage< F >::storeScore ( const uint32_t  idx,
const F  score 
)
inline

Definition at line 63 of file embedsom_cuda_projection.cu.

Member Data Documentation

◆ neighbors

template<typename F >
knn_entry<F>* const __restrict__ SharedNeighborStorage< F >::neighbors

Definition at line 58 of file embedsom_cuda_projection.cu.


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