UBC-MDS/KMediansR: K-Medians Clustering

In k-medians clustering, we partition n observations into k clusters. It calculates the median (using the Manhattan distance) for each cluster to determine its centroid. The kmedians package performs k-medians clustering on the dataset entered by the users and returns the clustered data.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.0.0.9000
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/KMediansR")
UBC-MDS/KMediansR documentation built on May 7, 2019, 7:14 p.m.