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', PACKAGE = 'hierarchicalSets', x, y, degree, knots, detail)
}

getSplines <- function(x, y, id, detail) {
    .Call('_hierarchicalSets_getSplines', PACKAGE = 'hierarchicalSets', x, y, id, detail)
}

setClustering <- function(P, I, setNames, threshold) {
    .Call('_hierarchicalSets_setClustering', PACKAGE = 'hierarchicalSets', P, I, setNames, threshold)
}

pairSummary <- function(P, I, order) {
    .Call('_hierarchicalSets_pairSummary', PACKAGE = 'hierarchicalSets', P, I, order)
}

getOutliers <- function(clusters, P, I, count) {
    .Call('_hierarchicalSets_getOutliers', PACKAGE = 'hierarchicalSets', clusters, P, I, count)
}

Try the hierarchicalSets package in your browser

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

hierarchicalSets documentation built on April 24, 2023, 5:06 p.m.