Struct faiss::HNSW::NodeDistCloser
- 
struct NodeDistCloser
- to sort pairs of (id, distance) from nearest to fathest or the reverse - Public Functions - 
inline NodeDistCloser(float d, int id)
 - 
inline bool operator<(const NodeDistCloser &obj1) const
 - Public Members - 
float d
 - 
int id
 
- 
inline NodeDistCloser(float d, int id)