View source: R/approach_ctree.R
create_ctree | R Documentation |
Build all the conditional inference trees
create_ctree(
given_ind,
x_train,
mincriterion,
minsplit,
minbucket,
use_partykit = "on_error"
)
given_ind |
Integer vector. Indicates which features are conditioned on. |
x_train |
Data.table with training data. |
use_partykit |
String. In some semi-rare cases |
See the documentation of the setup_approach.ctree()
function for undocumented parameters.
List with conditional inference tree and the variables conditioned/not conditioned on.
Annabelle Redelmeier, Martin Jullum
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.