knncolle_hnsw
knncolle bindings for HNSW
Loading...
Searching...
No Matches
Classes | Namespaces
distances.hpp File Reference

Distance classes for HNSW. More...

#include <cmath>
#include <functional>

Go to the source code of this file.

Classes

struct  knncolle_hnsw::DistanceOptions< Dim_, InternalData_ >
 Distance options for the HNSW index. More...
 
class  knncolle_hnsw::ManhattanDistance< InternalData_ >
 Manhattan distance. More...
 
class  knncolle_hnsw::SquaredEuclideanDistance< InternalData_ >
 Squared Euclidean distance. More...
 

Namespaces

namespace  knncolle_hnsw
 knncolle bindings for HNSW search.
 

Detailed Description

Distance classes for HNSW.