knncolle
Collection of KNN methods in C++
|
Workspace for consecutive access to all observations. More...
#include <MockMatrix.hpp>
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.