knncolle
Collection of KNN methods in C++
Loading...
Searching...
No Matches
knncolle::MockMatrix::Workspace Struct Reference

Workspace for consecutive access to all observations. More...

#include <MockMatrix.hpp>

Detailed Description

Workspace for consecutive access to all observations.

This should be used by matrix implementations to store temporary data structures that can be re-used in each call to get_observation(). In particular, it should store the position of the current observation to be extracted by get_observation(), which should then be incremented for subsequent calls.


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