필터 지우기
필터 지우기

Visualizing a tree

조회 수: 2 (최근 30일)
Michael
Michael 2011년 9월 19일
I have a classification tree created using AdaBoost's toolbox (GML). I want to visualize this tree. Does anyone know of a simple way to do this?
In the statistics toolbox there is a function called view(t) which takes as input a classregtree, but I'm sure how to construct a variable of this type from my data (the tree in GML's format).
Thanks in advance!

답변 (2개)

Jan
Jan 2011년 9월 19일
Have you seen the ADT tree on e.g. Undocumented: Integrate JBoost?

Ilya
Ilya 2011년 9월 19일
If you work in 11a or later and if you have Statistics Toolbox, you can boost trees using fitensemble function. Then you can use the view method on individual trees saved in the Trained property of the grown ensemble.
You say "a tree" and "this tree". Just to make sure - an ensemble grown by AdaBoost or another boosting method is a collection of (typically) many trees.
  댓글 수: 3
artsci4
artsci4 2013년 1월 18일
편집: artsci4 2013년 1월 18일
I have a question in regard to viewing the Tree from the fitensemble function. I am using 'RUSBoost' as the method. I can see that there are 1000 trees in the cell called Trained since I set nlearn to be a 1000. But then where is the tree that is actually used for prediction? How can I see that tree?
Jan
Jan 2013년 1월 18일
Please post a new thread for a new question.

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by