CRAN/E | ClustImpute

ClustImpute

K-Means Clustering with Build-in Missing Data Imputation

Installation

About

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.

Citation ClustImpute citation info

Key Metrics

Version 0.2.4
Published 2021-05-31 1054 days ago
Needs compilation? no
License GPL-3
CRAN checks ClustImpute results
Language en-US

Downloads

Yesterday 28 0%
Last 7 days 61 -9%
Last 30 days 328 -11%
Last 90 days 1.212 +12%
Last 365 days 4.634 -12%

Maintainer

Maintainer

Oliver Pfaffel

opfaffel@gmail.com

Authors

Oliver Pfaffel

Material

README
NEWS
Reference manual
Package source

In Views

MissingData

Vignettes

Example_on_simulated_data
Description of the algorithm

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

ClustImpute archive

Imports

ClusterR
copula
dplyr
magrittr
tidyr
ggplot2
rlang
knitr

Suggests

ggExtra
rmarkdown
testthat ≥ 2.1.0
Hmisc
tictoc
spelling
corrplot
covr

Reverse Suggests

FeatureImpCluster