knncolle
Collection of KNN methods in C++
Loading...
Searching...
No Matches
Matrix.hpp File Reference

Interface for the input matrix. More...

This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Interface for the input matrix.