필터 지우기
필터 지우기

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 CenterFile Exchange에서 Support Vector Machine Regression에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by