knncolle
Collection of KNN methods in C++
|
Expectations for matrix inputs. More...
Go to the source code of this file.
Classes | |
class | knncolle::MockMatrix |
Compile-time interface for matrix data. More... | |
struct | knncolle::MockMatrix::Workspace |
Workspace for consecutive access to all observations. More... | |
class | knncolle::SimpleMatrix< Dim_, Index_, Data_ > |
Simple wrapper for an in-memory matrix. More... | |
Namespaces | |
namespace | knncolle |
Collection of KNN algorithms. | |
Expectations for matrix inputs.