knncolle
Collection of KNN methods in C++
|
Wrapper around a matrix with L2 normalization. More...
#include <L2Normalized.hpp>
Wrapper around a matrix with L2 normalization.
Matrix_ | Any class that satisfies the MockMatrix_ interface. |
This class satisfies the MockMatrix
interface and performs L2 normalization of each observation's data vector in its implementation of MockMatrix::get_observation()
. It is mainly intended for use as a template argument when defining a builder
for the L2NormalizedBuilder
constructor. In general, users should not be constructing an actual instance of this class.