multiple linear regression analysis using regression learner app in matlab
13 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Aswathi M
am 30 Sep. 2019
Kommentiert: Aswathi M
am 16 Okt. 2019
How to get coefficients and constant after doing multiple linear regression analysis in matlab using regression learner app
0 Kommentare
Akzeptierte Antwort
Raunak Gupta
am 3 Okt. 2019
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Linear Regression finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!