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!