predict function behavior in Matlab regression trees

조회 수: 15 (최근 30일)
VM
VM 2012년 1월 19일
I have checked the documentation for the eval function that is called by CompactTreebagger to predict using a tree ensemble. This eval function is using a mexed function classregtreeEval to predict using the regression trees, but I can't seem to find any documentation on how this mexed function is predicting. Is it using regression in the node or there is a preset predictor (say average of the observations in the node) that is being used? Any suggestions would be helpful. Thanks,

답변 (1개)

Ilya
Ilya 2012년 1월 19일
It's the average over observations in the node.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by