Ask Your Question

vickyjm's profile - activity

2017-04-04 12:36:00 -0600 asked a question 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.