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
ramhiser/clusteval documentation built on May 26, 2019, 10:07 p.m.