Description Usage Arguments Value Author(s)
Fit a Bayesian Decision Tree with a stats
-like formula frontend interface.
1 2 3 |
formuler |
ravioli ravioli give me the formuoli. |
data |
the data associated with the formuler. Note: if you want an intercept, you must add it ahead of time. |
d |
the number of features to subsample at each node. Defaults to |
alpha |
the prior parameters for the feature probabilities. A |
method |
whether you want "classification" or "regression". Defaults to |
depth.max |
the maximum allowed tree depth. Defaults to |
size |
the minimum allowed number of samples for an individual node. Defaults to |
debug |
whether to save the predictors and responses that are categorized. Defaults to |
... |
trailing arguments. |
an object of class dec.tree.class
containing the following:
|
the decision tree. |
|
The training predictors. |
|
the training responses. |
|
d the number of features subsampled at each node. |
|
the sampling distribution for the features. A |
|
the maximum allowed tree depth. |
|
the maximum allowed tree depth. |
|
whether to save the predictors and responses that are categorized. |
Eric Bridgeford
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.