multiple linear regression analysis using regression learner app in matlab

조회 수: 9 (최근 30일)
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 CenterFile Exchange에서 Linear Regression에 대해 자세히 알아보기

태그

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by