brifTree.default | R Documentation |
This function invokes brif.default
with appropriately set parameters to generate a single tree with the maximum expected predictive accuracy.
## Default S3 method: brifTree( x, depth = 3, n_cuts = 2047, max_integer_classes = 20, max_factor_levels = 30, seed = 0, ... )
x |
a data frame containing the training data. The first column is treated as the target variable. |
depth |
a positive integer indicating the desired depth of the tree. |
n_cuts |
a positive integer indicating the maximum number of split points to generate on each numeric or integer variable. A large value is preferred for a single tree. |
max_integer_classes |
a positive integer. See |
max_factor_levels |
a positive integer. See |
seed |
a non-negative positive integer specifying the random number generator seed. |
... |
other relevant arguments. |
an object of class brif
. See brif.default
for details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.