README.md

R-CMD-check codecov

Kmeans

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.

How to install the library

To install the development version of Kmeans from GitHub using devtools:

library(devtools)
install_github("zhaodyleo/Kmeans")

Vignettes and examples

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")


zhaodyleo/Kmeans documentation built on Dec. 23, 2021, 9:18 p.m.