Is it possible to print a decision tree?

asked 2017-04-04 12:26:17 -0600

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.

edit retag flag offensive close merge delete