1 #ifndef _theplu_yat_utility_wenni_
2 #define _theplu_yat_utility_wenni_
60 const unsigned int neighbours);
Weighted Nearest Neighbour Imputation.
Definition: WeNNI.h:53
WeNNI(const utility::Matrix &matrix, const utility::Matrix &weight, const unsigned int neighbours)
unsigned int estimate(void)
Function doing WeNNI imputation.
Interface to GSL matrix.
Definition: Matrix.h:63
Interface class for nearest neighbour imputation (NNI) algorithms.
Definition: NNI.h:79
const utility::Matrix & imputed_data_raw(void) const