R/RcppExports.R

Defines functions TreeGrow dist

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

dist <- function(y, alpha) {
    .Call(`_HTT_dist`, y, alpha)
}

TreeGrow <- function(X, dmat, var_type, controls = NULL) {
    .Call(`_HTT_TreeGrow`, X, dmat, var_type, controls)
}

Try the HTT package in your browser

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

HTT documentation built on March 31, 2023, 5:40 p.m.