wkNNMI: A Mutual Information-Weighted k-NN Imputation Algorithm

Implementation of an adaptive weighted k-nearest neighbours (wk-NN) imputation algorithm for clinical register data developed to explicitly handle missing values of continuous/ordinal/categorical and static/dynamic features conjointly. For each subject with missing data to be imputed, the method creates a feature vector constituted by the information collected over his/her first 'window_size' time units of visits. This vector is used as sample in a k-nearest neighbours procedure, in order to select, among the other patients, the ones with the most similar temporal evolution of the disease over time. An ad hoc similarity metric was implemented for the sample comparison, capable of handling the different nature of the data, the presence of multiple missing values and include the cross-information among features.

Version: 1.0.0
Imports: infotheo, foreach
Published: 2020-01-31
Author: Sebastian Daberdaku [aut, cre], Erica Tavazzi [aut], Systems Biology and Bioinformatics Group http://sysbiobig.dei.unipd.it/ [cph]
Maintainer: Sebastian Daberdaku <sebastian.daberdaku at unipd.it>
License: GPL-3
NeedsCompilation: no
Materials: README NEWS
CRAN checks: wkNNMI results

Documentation:

Reference manual: wkNNMI.pdf

Downloads:

Package source: wkNNMI_1.0.0.tar.gz
Windows binaries: r-devel: wkNNMI_1.0.0.zip, r-release: wkNNMI_1.0.0.zip, r-oldrel: wkNNMI_1.0.0.zip
macOS binaries: r-release (arm64): wkNNMI_1.0.0.tgz, r-oldrel (arm64): wkNNMI_1.0.0.tgz, r-release (x86_64): wkNNMI_1.0.0.tgz, r-oldrel (x86_64): wkNNMI_1.0.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=wkNNMI to link to this page.