plant_tree {scClassifR} | R Documentation |
Plant tree from list of models
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
# to create the tree of classifiers # (in this example, based on default classifiers) plant_tree()