This package implements the mini-batch k-means algorithm for large datasets, including support for on-disk data representation.
The method is described in details in the paper:
In virtually all cases, installing from Bioconductor is recommended.
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("mbkmeans")
In the rare event you need the development version from GitHub, use the following.
library(devtools)
BiocManager::install("drisso/mbkmeans")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.