How to return estimated intervals or standard deviation for support machine regression model
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!