Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How can I use function from Regression model for new predictions . ?

1 回表示 (過去 30 日間)
Koustubh Shirke
Koustubh Shirke 2020 年 3 月 26 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have used n X 4 matrix in Regression App. First three columns are independant variables and 4th column is response variable. I created one tree model in app and imported the same in matlab in the format of function. The function looks like this : function [trainedModel, validationRMSE] = Model_Fine_tree_wo_stand(trainingData).....
Now I want to use new data to predcit new values. How can I do that ? My input data wll be n x 3..
(I dont want to use struct model to predict the values, I want model in function / script format)
Thanks in advance

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by