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

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

distance
 
uint32_t index
 

Detailed Description

template<typename F>
struct knn_entry< F >

A structure for packing neighbor index and distance for kNN search.

Definition at line 46 of file cuda_structs.cuh.

Member Function Documentation

◆ operator<()

template<typename F >
CUDA_CALLABLE_MEMBER bool knn_entry< F >::operator< ( const knn_entry< F > &  rhs) const
inline

Definition at line 51 of file cuda_structs.cuh.

◆ operator<=()

template<typename F >
CUDA_CALLABLE_MEMBER bool knn_entry< F >::operator<= ( const knn_entry< F > &  rhs) const
inline

Definition at line 62 of file cuda_structs.cuh.

◆ operator>()

template<typename F >
CUDA_CALLABLE_MEMBER bool knn_entry< F >::operator> ( const knn_entry< F > &  rhs) const
inline

Definition at line 57 of file cuda_structs.cuh.

◆ operator>=()

template<typename F >
CUDA_CALLABLE_MEMBER bool knn_entry< F >::operator>= ( const knn_entry< F > &  rhs) const
inline

Definition at line 67 of file cuda_structs.cuh.

Member Data Documentation

◆ distance

template<typename F >
F knn_entry< F >::distance

Definition at line 48 of file cuda_structs.cuh.

◆ index

template<typename F >
uint32_t knn_entry< F >::index

Definition at line 49 of file cuda_structs.cuh.


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