Rsquare for regresstion tree

조회 수: 2 (최근 30일)
Tania
Tania 2014년 7월 13일
댓글: Ilya 2014년 7월 14일
Hey! Does anyone know how I can calculate the rsquare for a regression tree?
Thank you!:)

채택된 답변

dpb
dpb 2014년 7월 13일

추가 답변 (1개)

Ilya
Ilya 2014년 7월 14일
R-square is the square of the Pearson correlation between predicted and observed response.
R2 = corr(yobs,yhat)^2
for column-vectors yobs and yhat.
  댓글 수: 2
Tania
Tania 2014년 7월 14일
Thanks dpd for the link, but it only shows how build the mse formula. Thanks llya, i tried to find the yobs & yhat in the documentation, but can not find it. Where did you find these information?
Thank you!
Ilya
Ilya 2014년 7월 14일
yobs and yhat are vectors of observed and predicted response values. You already have them. You can find definitions of R2 in many places such as Wikipedia or textbooks.

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

카테고리

Help CenterFile Exchange에서 Gaussian Process Regression에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by