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

Helper structure to help 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

const knn_entry< F > *const __restrict__ neighbors
 
F *const __restrict__ scores
 

Detailed Description

template<typename F>
struct NeighborScoreStorage< F >

Helper structure to help transform neighbor distances to scores.

Separate arrays for distances and scores.

Definition at line 75 of file embedsom_cuda_projection.cu.

Member Function Documentation

◆ getNeighborDistance()

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

Definition at line 80 of file embedsom_cuda_projection.cu.

◆ storeScore()

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

Definition at line 85 of file embedsom_cuda_projection.cu.

Member Data Documentation

◆ neighbors

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

Definition at line 77 of file embedsom_cuda_projection.cu.

◆ scores

template<typename F >
F* const __restrict__ NeighborScoreStorage< F >::scores

Definition at line 78 of file embedsom_cuda_projection.cu.


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