multiple linear regression analysis using regression learner app in matlab

13 ビュー (過去 30 日間)
Aswathi M
Aswathi M 2019 年 9 月 30 日
コメント済み: Aswathi M 2019 年 10 月 16 日
How to get coefficients and constant after doing multiple linear regression analysis in matlab using regression learner app

採用された回答

Raunak Gupta
Raunak Gupta 2019 年 10 月 3 日
Hi,
You may refer to the Export Regression Model Step of training a Linear Regression Model. This will store the variables containing the parameters into MATLAB Workspace. Information regarding coefficients and constant will be stored in trainedModel.LinearModel.Coefficients field in the trainedModel variable. This format is only valid if Linear Regression method is used in the Regression Learner App. Different kinds of parameters will come into picture if some other algorithm is used such as Regression Trees, Support Vector Machines etc.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLinear Regression についてさらに検索

タグ

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by