Package: ClustImpute 0.2.4
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.
Authors:
ClustImpute_0.2.4.tar.gz
ClustImpute_0.2.4.zip(r-4.5)ClustImpute_0.2.4.zip(r-4.4)ClustImpute_0.2.4.zip(r-4.3)
ClustImpute_0.2.4.tgz(r-4.4-any)ClustImpute_0.2.4.tgz(r-4.3-any)
ClustImpute_0.2.4.tar.gz(r-4.5-noble)ClustImpute_0.2.4.tar.gz(r-4.4-noble)
ClustImpute_0.2.4.tgz(r-4.4-emscripten)ClustImpute_0.2.4.tgz(r-4.3-emscripten)
ClustImpute.pdf |ClustImpute.html✨
ClustImpute/json (API)
NEWS
# Install 'ClustImpute' in R: |
install.packages('ClustImpute', repos = c('https://o1iv3r.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/o1iv3r/clustimpute/issues
Last updated 3 years agofrom:9a0694f368. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 11 2024 |
R-4.5-win | OK | Nov 11 2024 |
R-4.5-linux | OK | Nov 11 2024 |
R-4.4-win | OK | Nov 11 2024 |
R-4.4-mac | OK | Nov 11 2024 |
R-4.3-win | OK | Nov 11 2024 |
R-4.3-mac | OK | Nov 11 2024 |
Exports:%>%ClustImputedefault_wfmiss_simvar_reduction
Dependencies:ADGofTestcliClusterRcolorspacecopulacpp11dplyrevaluatefansifarvergenericsggplot2gluegmpgslgtablehighrisobandknitrlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellmvtnormnlmenumDerivpcaPPpillarpkgconfigpsplinepurrrR6RColorBrewerRcppRcppArmadillorlangscalesstablediststringistringrtibbletidyrtidyselectutf8vctrsviridisLitewithrxfunyaml
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Check and replace duplicate (centroid) rows | check_replace_dups |
K-means clustering with build-in missing data imputation | ClustImpute |
K-means clustering with build-in missing data imputation | default_wf |
Simulation of missings | miss_sim |
Plot showing marginal distribution by cluster assignment | plot.kmeans_ClustImpute |
Prediction method | predict.kmeans_ClustImpute |
Print method for ClustImpute | print.kmeans_ClustImpute |
Reduction of variance | var_reduction |