knncolle
Collection of KNN methods in C++
Loading...
Searching...
No Matches
knncolle::L2NormalizedMatrix< Matrix_ > Class Template Reference

Wrapper around a matrix with L2 normalization. More...

#include <L2Normalized.hpp>

Detailed Description

template<class Matrix_ = SimpleMatrix<int, int, double>>
class knncolle::L2NormalizedMatrix< Matrix_ >

Wrapper around a matrix with L2 normalization.

Template Parameters
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.


The documentation for this class was generated from the following file: