Skip to content

Commit

Permalink
Title change to comply with CRAN policies (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
o1iv3r authored May 20, 2021
1 parent ec82a44 commit 38b5582
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ClustImpute
Type: Package
Title: K-means clustering with build-in missing data imputation
Version: 0.2.2
Title: K-Means Clustering with Build-in Missing Data Imputation
Version: 0.2.3
Author: Oliver Pfaffel
Maintainer: Oliver Pfaffel <[email protected]>
Description: 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.
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# ClustImpute 0.2.3

* Title field now in title case to comply with CRAN policies

# ClustImpute 0.2.2

* Updated description to fix CRAN NOTE
Expand Down

0 comments on commit 38b5582

Please sign in to comment.