Description Usage Arguments
View source: R/adaBARTr.R
Fit an adaptive bayesian additive regression tree(adaBART) model for classification
1 2 3 4 5
adaBARTr(X, y, x.test, cutoff = 0.5, k = 2, binaryOffset = NULL, power = 2, base = 0.95, p_split = "CGM", r = 2, ntree = 50, ndpost = 700, nskip = 300, Tmin = 2, printevery = 100, p_modify = c(0.5, 0.5, 0), save_trees = F, rule = "bart", pre_train = F, n_pre_train = 100)
all
see ?pBARTr
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.