필터 지우기
필터 지우기

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

조회 수: 10 (최근 30일)
Kunal Roy
Kunal Roy 2016년 9월 17일
댓글: Rik 2021년 9월 1일
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일
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일
I'm partial to the ones included in Statistics and Machine Learning Toolbox.

카테고리

Help CenterFile Exchange에서 Whos에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by