R/RcppExports.R

Defines functions getOutliers pairSummary setClustering getSplines splinePath

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

splinePath <- function(x, y, degree, knots, detail) {
    .Call(`_hierarchicalSets_splinePath`, x, y, degree, knots, detail)
}

getSplines <- function(x, y, id, detail) {
    .Call(`_hierarchicalSets_getSplines`, x, y, id, detail)
}

setClustering <- function(P, I, setNames, threshold) {
    .Call(`_hierarchicalSets_setClustering`, P, I, setNames, threshold)
}

pairSummary <- function(P, I, order) {
    .Call(`_hierarchicalSets_pairSummary`, P, I, order)
}

getOutliers <- function(clusters, P, I, count) {
    .Call(`_hierarchicalSets_getOutliers`, clusters, P, I, count)
}
thomasp85/hierarchicalSets documentation built on Sept. 2, 2023, 7 p.m.