UBC-MDS/KmeansR: Kmeans Algorithm Implemented in R

R packages that implement k-means clustering from scratch. This will work on any dataset with valid numerical features and includes fit, predict, and summarize functions, as well as elbow and silhouette methods for hyperparameter “k” optimization.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.0.0.9000
URL https://github.com/UBC-MDS/KmeansR
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/KmeansR")
UBC-MDS/KmeansR documentation built on April 2, 2020, 3:55 a.m.