Plotting Functions for decision trees

library(sctree)
tree_fit <- fit_ctree(small_5050_mix, cluster = "0", minprob = 0.1, alpha = 0.01)
plot(tree_fit)
plot_flowstyle(small_5050_mix, names(partykit::varimp(tree_fit)))
plot_gates(small_5050_mix, tree_fit, "6")
plot_gates(small_5050_mix, tree_fit, "4")


jspaezp/sctree documentation built on April 30, 2020, 10:36 p.m.