o1iv3r/ClustImpute: K-Means Clustering with Build-in Missing Data Imputation

This k-means algorithm is able to cluster data with missing values and as a by-product completes the data set. The implementation can deal with missing values in multiple variables and is computationally efficient since it iteratively uses the current cluster assignment to define a plausible distribution for missing value imputation. Weights are used to shrink early random draws for missing values (i.e., draws based on the cluster assignments after few iterations) towards the global mean of each feature. This shrinkage slowly fades out after a fixed number of iterations to reflect the increasing credibility of cluster assignments. See the vignette for details.

Getting started

Package details

AuthorOliver Pfaffel
MaintainerOliver Pfaffel <opfaffel@gmail.com>
LicenseGPL-3
Version0.2.4
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("o1iv3r/ClustImpute")
o1iv3r/ClustImpute documentation built on Sept. 27, 2021, 4:36 a.m.