How to return estimated intervals or standard deviation for support machine regression model
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Statistics and Machine Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!