The tree based models returned by function CoreModel
are visualized.
Only tree based models supported, including the trees which include other prediction models in their leaves.
Tree based models available are decision trees (obtained by using parameter model="tree"
in CoreModel),
and regression trees (with model="regTree"
).
Models in the leaves of decision trees
can be set using parameter modelType
in CoreModel
.
At the moment naive Bayes and kNN are available, for details see helpCore.
Models in the leaves of regression trees can be set using parameter modelTypeReg
in CoreModel
.
At the moment kNN, kernel regression, and several types of linear models are available,
for details see helpCore.
The output in dot language can be used with graphViz visualization software to create model
visualization in various formats.