To create the equation modeled in Gaussian regression from RegressionLearner toolbox for multiple many (4 or above) variables
1 次查看(过去 30 天)
显示 更早的评论
Is there any way to create the equation modeled in Gaussian regression from the RegressionLearner toolbox for multiple many (4 or above) variables?
For example, there are the column vectors of at least 1000 data of 6 different types (variables) which these parameters, called "q, E, w, x, σ, Lia", represent each column vector and each variable.
Using these columns, I created the regression model in the RegressionLearner toolbox via Gaussian Process Regression and Support Vector Machines. The model's equation seems to nonlinear, exponential, or polynomial (in other says, it's simple multiple regression for 4 or more variables).
What's the way to obtain the equation from the RegressionLearner toolbox for the created regression model predictfunc?
Here is my aim: To generate an equation: f(q, E, w, x, σ, Lia)=output, and to be shown this mathematical model as an exponential, power, or nonlinear.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear and Nonlinear Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!