treebagger random forest

조회 수: 16 (최근 30일)
Sukuchha
Sukuchha 2012년 6월 22일
In the help file, it is stated that setting Setting 'NVarToSample' argument to any valid value but 'all' invokes Breiman's 'random forest' algorithm.
Is then, the ''OOBVarImp' will be based on GINI index as in the case of Breiman's random forest ?
How to view OOBVarImp information?
Sorry if my questions sounds dumb to you! i am dumb :)

채택된 답변

Ilya
Ilya 2012년 6월 22일
By setting 'OOBVarImp' to 'on', you fill OOBPermutedVarDeltaError, OOBPermutedVarDeltaMeanMargin, and OOBPermutedVarCountRaiseMargin properties of a TreeBagger object. Do 'help TreeBagger' to see a list of all properties and click on a property for a description. These three do not directly depend on the criterion used to find optimal decision splits (such as Gini). They represent three methods for computing predictor importance proposed by Breiman.
DeltaCritDecisionSplit property is always filled. It is computed by summing changes in the split criterion used to grow trees (such as Gini).
  댓글 수: 2
Sukuchha
Sukuchha 2012년 6월 22일
Thanks IIya
Any pointers to features selection based on tree bagger. Tutorial or similiar !
Ilya
Ilya 2012년 6월 22일
This doc example has a short section on feature selection.
http://www.mathworks.com/help/toolbox/stats/bsvjye9.html#bsx62vu

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by