|
knncolle
Collection of KNN methods in C++
|
Wrapper for L2 normalization prior to search. More...
#include <vector>#include <cmath>#include <memory>#include <limits>#include <cstddef>#include <type_traits>#include <cstring>#include <string>#include "Searcher.hpp"#include "Prebuilt.hpp"#include "Builder.hpp"#include "Matrix.hpp"#include "NumericType.hpp"#include "utils.hpp"

Go to the source code of this file.
Classes | |
| 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.