Decision Trees - nodes info

asked 2014-11-07 12:26:29 -0600

karladoo gravatar image

updated 2014-11-07 12:51:48 -0600

Hi guys,

I was wondering how to get the info about the condition in every division node in decision trees classifier (CvDTree)? After training the tree .xml file can be saved. It contains the trained model, but I can't interpret it. Maybe someone could explain it to me. Or maybe there is another way to get that node info?

My case is: 8 features, 13 classes, 100 samples per class, OpenCV 2.4.8, C++. And here is the .xml:

https://www.dropbox.com/s/3s4xl506rgbwpjo/DTrees.xml?dl=0

edit retag flag offensive close merge delete