clusteval

The R package clusteval provides a suite of tools to evaluate clustering algorithms, clusterings, and individual clusters.

Installation

You can install the stable version on CRAN:

install.packages('clusteval', dependencies = TRUE)

If you prefer to download the latest version, instead type:

library(devtools)
install_github('clusteval', 'ramey')