How can I display the nodesizes, nodeerrors etc in a classification tree that was fitted with classificationtree.fit ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I have fitted a classification tree and I want to calculate the nodesizes, the nodeerror and the node probabilities (I am only interested in the terminal nodes). I have found those functions for the function classregtree but not for classificationtree.fit...I hope some of you can help me
0 Commenti
Risposte (1)
Ilya
il 20 Lug 2012
Type 'help ClassificationTree' (or 'doc ClassificationTree'). You will see all methods and properties of a ClassificationTree object returned by ClassificationTree.fit.
0 Commenti
Vedere anche
Categorie
Scopri di più su Measurements and Feature Extraction in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!