1 #ifndef _theplu_yat_utility_knni_
2 #define _theplu_yat_utility_knni_
56 const unsigned int neighbours);
77 std::vector<size_t> mv_rows_;
kNNimpute
Definition: kNNI.h:49
Interface to GSL matrix.
Definition: Matrix.h:63
unsigned int estimate(void)
Function doing kNNI imputation.
kNNI(const utility::Matrix &matrix, const utility::Matrix &weight, const unsigned int neighbours)
Interface class for nearest neighbour imputation (NNI) algorithms.
Definition: NNI.h:79