Rsquare for regresstion tree
Mostrar comentarios más antiguos
Hey! Does anyone know how I can calculate the rsquare for a regression tree?
Thank you!:)
Respuesta aceptada
Más respuestas (1)
Ilya
el 14 de Jul. de 2014
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.
Categorías
Más información sobre Gaussian Process Regression en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!