R/genieclust-package.R

# This file is part of the genieclust package for R.

# ############################################################################ #
#                                                                              #
#   Copyleft (C) 2020-2023, Marek Gagolewski <https://www.gagolewski.com>      #
#                                                                              #
#                                                                              #
#   This program is free software: you can redistribute it and/or modify       #
#   it under the terms of the GNU Affero General Public License                #
#   Version 3, 19 November 2007, published by the Free Software Foundation.    #
#   This program is distributed in the hope that it will be useful,            #
#   but WITHOUT ANY WARRANTY; without even the implied warranty of             #
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the               #
#   GNU Affero General Public License Version 3 for more details.              #
#   You should have received a copy of the License along with this program.    #
#   If this is not the case, refer to <https://www.gnu.org/licenses/>.         #
#                                                                              #
# ############################################################################ #



#' @title The Genie Hierarchical Clustering Algorithm (with Extras)
#'
#' @description
#' See \code{\link{genie}()} for more details.
#'
#'
#' @name genieclust-package
#' @rdname genieclust-package
#' @aliases genieclust
#' @docType package
#'
#' @useDynLib genieclust, .registration=TRUE
#' @importFrom Rcpp evalCpp
#' @importFrom stats hclust
#' @importFrom stats cutree
#' @importFrom stats dist
#' @importFrom utils capture.output
invisible(NULL)

Try the genieclust package in your browser

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

genieclust documentation built on Oct. 18, 2023, 5:08 p.m.