R/hclust1d_package.R

#' hclust1d-package
#'
#' @name hclust1d-package
#' @docType package
#' @description Univariate agglomerative hierarchical clustering with a comprehensive list of choices of a linkage function in O(n*log n) time. The better algorithmic time complexity is paired with an efficient 'C++' implementation.
#' @section All \code{hclust1d} Functions:
#'
#' Similar in use to \code{stats::hclust}. It consists of the following functions:
#'
#' \code{\link{hclust1d}} - univariate agglomerative hierarchical clustering routine.
#'
#' \code{\link{supported_methods}} - lists all currently supported linkage methods.
#'
#' \code{\link{supported_dist.methods}} - lists all currently supported distance methods.
#'
#' For more information see a friendly "Getting started" vignette:
#' @examples
#' \dontrun{
#' vignette("getting-started", package="hclust1d")
#' }
#'
#' @importFrom Rcpp evalCpp
#' @useDynLib hclust1d, .registration=TRUE
#' @exportPattern "^[[:alpha:]]+"
NULL

Try the hclust1d package in your browser

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

hclust1d documentation built on Aug. 7, 2023, 5:12 p.m.