フィルターのクリア

Question about using regressionLearner app

3 ビュー (過去 30 日間)
Sierra
Sierra 2022 年 9 月 11 日
回答済み: Drew 2022 年 11 月 10 日
I ussd regressionLearner app to perporm Gaussian Process Regression.
and It was easy for me to use.
But I want to do one more thing which is not in the regressionLearner app.
according to this url, I can calculate 95% prediction interval.
but I cannot find anything about interval and I don't know how to do this with regressionLearner app.
Please let me know how to do this.
Thnaks.

回答 (1 件)

Drew
Drew 2022 年 11 月 10 日
Since the 95% prediction interval for GPR models is not viewable within the regression learner app, you can move to the matlab command line to view that information. You can do that by exporting the model and/or training function from the regression learner app (see https://www.mathworks.com/help/stats/export-regression-model-to-predict-new-data.html), and then using code like the example that you referenced https://kr.mathworks.com/help/stats/gaussian-process-regression-models.html to obtain and view the 95% prediction interval.

カテゴリ

Help Center および File ExchangeSupport Vector Machine Regression についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by