k-means clustering is a method of vector quantization that aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean (cluster centers or cluster centroid)
There are three functions include in this library which are
Check the detail information for each functions through help page or vignettes.
To install the development version of Kmeans from GitHub using devtools:
library(devtools)
install_github("zhaodyleo/Kmeans")
To build the vignettes for kmeans during installation from GitHub, use the following command:
library(devtools)
install_github("zhaodyleo/Kmeans", build_vignettes = TRUE)
The Kmeans vignettes can then be accessed via the following commands:
vignette("kmeans_Leo")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.