Ask Your Question

Revision history [back]

Is it possible to print a decision tree?

I 'm using OpenCV's decision tree for create a model that classifies RoboCup data.

I would like to know if there is a way to get a graphical representation of the tree after the training process with this library, maybe exporting the tree like a yaml file and then use another library to print it?.

I'm currently using OpenCV 2.4 version.