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