| 
    knncolle
    
   Collection of KNN methods in C++ 
   | 
 
Interface for the input matrix. More...
#include <memory>#include <cstddef>

Go to the source code of this file.
Classes | |
| class | knncolle::MatrixExtractor< Data_ > | 
| Extractor interface for matrix data.  More... | |
| class | knncolle::Matrix< Index_, Data_ > | 
| Interface for matrix data.  More... | |
| class | knncolle::SimpleMatrixExtractor< Data_ > | 
Extractor for a SimpleMatrix.  More... | |
| class | knncolle::SimpleMatrix< Index_, Data_ > | 
| Simple wrapper for an in-memory matrix.  More... | |
Namespaces | |
| namespace | knncolle | 
| Collection of KNN algorithms.  | |
Interface for the input matrix.