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

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.

 채택된 답변

Jordan Ross
Jordan Ross 2016년 9월 21일

0 개 추천

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

추가 답변 (1개)

Steven Lord
Steven Lord 2016년 9월 21일

0 개 추천

I'm partial to the ones included in Statistics and Machine Learning Toolbox.

댓글 수: 1

It seems the link is dead (for newer releases) due to the split into separate classification trees and regression trees pages.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Variables에 대해 자세히 알아보기

질문:

2016년 9월 17일

댓글:

Rik
2021년 9월 1일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by