How to have Tree able to do Multiple Splits at each Node rather than just 2 using fitctree?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Justin
am 29 Okt. 2014
Kommentiert: Justin
am 30 Okt. 2014
All the trees I've produced have two splits at each node, but sometimes this is not optimal. How can I set fitctree to allow for multiple splits of a variable?
I suppose tree could split x2 and then split again using the same predictor...perhaps my interest in multiple splits is irrelevant to quality of results?
0 Kommentare
Akzeptierte Antwort
Siddharth Sundar
am 30 Okt. 2014
As mentioned in this doc page, Statistics Toolbox trees are always binary i.e. having more than binary splits at each node is not possible.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Classification Trees finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!