What is the best matlab data structure to represent a decision tree?

6 Ansichten (letzte 30 Tage)
I want to be able to access the level of the tree and the number of nodes and the information of the nodes after a split. What is the best data structure to use?
Please explain in some detail and in simple terms. I am new to matlab.

Akzeptierte Antwort

Jordan Ross
Jordan Ross am 21 Sep. 2016
Hi Kunal,
MATLAB offers several resources more creating data structures such as a tree. Some useful resources I can suggest are:
I would also suggest taking a look at the MathWorks documentation for object-oriented programming in MATLAB: http://www.mathworks.com/help/matlab/object-oriented-programming.html

Weitere Antworten (1)

Steven Lord
Steven Lord am 21 Sep. 2016
I'm partial to the ones included in Statistics and Machine Learning Toolbox.

Kategorien

Mehr zu Structures 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!

Translated by