R/RcppExports.R

Defines functions RIT_1class RIT_2class

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

RIT_1class <- function(z, L, branch, depth, n_trees, min_inter_sz, n_cores, is_sparse) {
    .Call('FSInteract_RIT_1class', PACKAGE = 'FSInteract', z, L, branch, depth, n_trees, min_inter_sz, n_cores, is_sparse)
}

RIT_2class <- function(z, z0, L, branch, depth, n_trees, theta0, theta1, min_inter_sz, n_cores, is_sparse) {
    .Call('FSInteract_RIT_2class', PACKAGE = 'FSInteract', z, z0, L, branch, depth, n_trees, theta0, theta1, min_inter_sz, n_cores, is_sparse)
}

Try the FSInteract package in your browser

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

FSInteract documentation built on May 2, 2019, 3:37 p.m.