issues
search
o1iv3r
/
ClustImpute
R package for k-means clustering with build-in missing data imputation
GNU General Public License v3.0
8
stars
1
forks
source link
Parallelization
#7
Open
o1iv3r
opened
4 years ago
o1iv3r
commented
4 years ago
Clustering:
ClusterR::KMeans_arma supports multiple threads
Random sampling:
The random sampling over the columns could be easily performed in parallel using foreach
nested foreach:
https://cran.r-project.org/web/packages/foreach/vignettes/nested.html
Clustering:
Random sampling: