R/RcppExports.R

Defines functions medianheur gaussian_gram

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

gaussian_gram <- function(x, bandwidth, n, d) {
    .Call('_comets_gaussian_gram', PACKAGE = 'comets', x, bandwidth, n, d)
}

medianheur <- function(x, n, d) {
    .Call('_comets_medianheur', PACKAGE = 'comets', x, n, d)
}

Try the comets package in your browser

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

comets documentation built on Nov. 5, 2025, 5:09 p.m.