R/RcppExports.R

Defines functions tree_search_rcpp_predict tree_search_rcpp

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

tree_search_rcpp <- function(X, Y, depth, split_step, min_node_size) {
    .Call('_policytree_tree_search_rcpp', PACKAGE = 'policytree', X, Y, depth, split_step, min_node_size)
}

tree_search_rcpp_predict <- function(tree_array, X) {
    .Call('_policytree_tree_search_rcpp_predict', PACKAGE = 'policytree', tree_array, X)
}

Try the policytree package in your browser

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

policytree documentation built on July 9, 2023, 6:30 p.m.