BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
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 |
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.
|
inline |
Definition at line 80 of file embedsom_cuda_projection.cu.
|
inline |
Definition at line 85 of file embedsom_cuda_projection.cu.
const knn_entry<F>* const __restrict__ NeighborScoreStorage< F >::neighbors |
Definition at line 77 of file embedsom_cuda_projection.cu.
F* const __restrict__ NeighborScoreStorage< F >::scores |
Definition at line 78 of file embedsom_cuda_projection.cu.