フィルターのクリア

How to extract the predicted response from the Regression Learner App ?

6 ビュー (過去 30 日間)
Pierre Guy
Pierre Guy 2019 年 9 月 9 日
After training a model using the Regression Learner App, how to extract the predicted response (values)?
Thank you.

採用された回答

Bhargavi Maganuru
Bhargavi Maganuru 2019 年 9 月 12 日
To extract the predicted response for trained data,
Select Response plot and click Export plot to Figure. It creates a figure from the plot.
To save data to workspace from the figure select File>Save Workspace. This creates a .mat file.
Load .mat file and get predicted responses
a=load('responses.mat');
PredictedResponses=a.yfit;
Hope this helps!
  4 件のコメント
Pierre Guy
Pierre Guy 2019 年 9 月 13 日
Thank you for your precious help.
Regards,
Balantrapu Sai harshit
Balantrapu Sai harshit 2020 年 8 月 14 日
Can anyone briefly explain how to download the plots that we have predicted in Regression learner in R2018a

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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