|
BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
A structure for packing neighbor index and distance for kNN search. More...
Public Member Functions | |
| CUDA_CALLABLE_MEMBER bool | operator< (const knn_entry &rhs) const |
| CUDA_CALLABLE_MEMBER bool | operator> (const knn_entry &rhs) const |
| CUDA_CALLABLE_MEMBER bool | operator<= (const knn_entry &rhs) const |
| CUDA_CALLABLE_MEMBER bool | operator>= (const knn_entry &rhs) const |
Public Attributes | |
| F | distance |
| uint32_t | index |
A structure for packing neighbor index and distance for kNN search.
Definition at line 46 of file cuda_structs.cuh.
|
inline |
Definition at line 51 of file cuda_structs.cuh.
|
inline |
Definition at line 62 of file cuda_structs.cuh.
|
inline |
Definition at line 57 of file cuda_structs.cuh.
|
inline |
Definition at line 67 of file cuda_structs.cuh.
| F knn_entry< F >::distance |
Definition at line 48 of file cuda_structs.cuh.
| uint32_t knn_entry< F >::index |
Definition at line 49 of file cuda_structs.cuh.