BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
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 |
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.
|
inline |
Definition at line 59 of file embedsom_cuda_projection.cu.
|
inline |
Definition at line 63 of file embedsom_cuda_projection.cu.
knn_entry<F>* const __restrict__ SharedNeighborStorage< F >::neighbors |
Definition at line 58 of file embedsom_cuda_projection.cu.