Description Usage Arguments Details Value See Also Examples
returns a single weak decision tree classifier which is part of the strong classifier
1 | get_tree(object, tree_num)
|
object |
object of class adaboost |
tree_num |
integer describing the tree to get |
returns an individual tree from the adaboost object This can provide the user with some clarity on the individual building blocks of the strong classifier
object of class rpart
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.