Description Usage Arguments Value Examples
Plant tree from list of models
1 | plant_tree(models.file.path = c("default", "."))
|
models.file.path |
list of models. If not provided, list of default pretrained models in the package will be used. |
tree structure and plot of tree
1 2 3 | # to create the tree of classifiers
# (in this example, based on default classifiers)
plant_tree()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.