How to return estimated intervals or standard deviation for support machine regression model
2 次查看(过去 30 天)
显示 更早的评论
For GPR model, we can use [ypred,ysd,yint] = predict(gprMdl,Xnew) to returns the estimated standard deviations and the 95% prediction intervals for the new responses at the predictor values in Xnew from a trained GPR model. But I have not found the similar predict function for SVR model. Are there any ways to calculate the intervals or standard deviation for trained SVR model.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!