UBC-MDS/kmeans_R: R package aimed towards a user-friendly way of exploring and implementing k-means clustering.

The package offers simple and easy to use functions that perform k-means clustering. In particular, the different stages of clustering are broken up into separate functions (initialization, clustering, and plotting). This allows the user to investigate exactly what is going on at each step, which promotes an understanding of this disparate aspects of the clustering procedure. Furthermore, the plotting (perhaps the most rewarding part of the process) can be done easily - assuming we are in two dimensions - and results in visually appealing images (thanks to ggplot2). An example of how this organizational pattern could prove useful is as an aid to understanding kmeans clustering. Other packages in the R ecosystem that are related/overlap with this package are: kmeans and KMeans_rcpp.

Getting started

Package details

Maintainer
LicenseMIT | file LICENSE
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("UBC-MDS/kmeans_R")
UBC-MDS/kmeans_R documentation built on May 22, 2019, 2:26 p.m.