R/clusteval.r

#' Evaluation of Clustering Algorithms
#'
#' An R package that provides a suite of tools to evaluate clustering algorithms,
#' clusterings, and individual clusters.
#' 
#' @docType package
#' @name clusteval
#' @aliases clusteval package-clusteval
#' @import parallel mvtnorm Rcpp
#' @useDynLib clusteval
NULL

Try the clusteval package in your browser

Any scripts or data that you put into this service are public.

clusteval documentation built on May 2, 2019, 9:18 a.m.