Description Usage Arguments Details Value References
cIsdbscan for both matrix and HDF5Matrix
1 |
data |
numeric matrix or integer matrix or HDF5Matrix |
k |
the number of clusters |
batch_size |
the size of the mini batches |
This function performs k-means clustering using mini batches.
kmeans++: kmeans++ initialization. Reference : http://theory.stanford.edu/~sergei/papers/kMeansPP-soda.pdf AND http://stackoverflow.com/questions/5466323/how-exactly-does-k-means-work
random: random selection of data rows as initial centroids
a list with the following attributes: centroids, WCSS_per_cluster, best_initialization, iters_per_initialization
https://github.com/mlampros/ClusterR
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.