knncolle
Collection of KNN methods in C++
|
Wrapper for L2 normalization prior to search. More...
#include <vector>
#include <cmath>
#include <memory>
#include <limits>
#include "Searcher.hpp"
#include "Prebuilt.hpp"
#include "Builder.hpp"
#include "Matrix.hpp"
Go to the source code of this file.
Classes | |
class | knncolle::L2NormalizedSearcher< Index_, Data_, Distance_, Normalized_ > |
Wrapper around a search interface with L2 normalization. More... | |
class | knncolle::L2NormalizedPrebuilt< Index_, Data_, Distance_, Normalized_ > |
Wrapper around a prebuilt index with L2 normalization. More... | |
class | knncolle::L2NormalizedMatrixExtractor< Index_, Data_, Normalized_ > |
Extractor for the L2NormalizedMatrix . More... | |
class | knncolle::L2NormalizedMatrix< Index_, Data_, Normalized_, Matrix_ > |
Wrapper around a matrix with L2 normalization. More... | |
class | knncolle::L2NormalizedBuilder< Index_, Data_, Distance_, Normalized_, Matrix_ > |
Wrapper around a builder with L2 normalization. More... | |
Namespaces | |
namespace | knncolle |
Collection of KNN algorithms. | |
Wrapper for L2 normalization prior to search.