
Matlab R2022a: How to obtain the predicted values given the training and test observations with the neuro-fuzzy method?
3 ビュー (過去 30 日間)
古いコメントを表示
Matlab R2022a: How to obtain the predicted values given the training and test observations with the neuro-fuzzy method?
In the screenshot below, I wanted to predict house price given the training and test observation. I couldn’t figure out how to obtain the predicted values.
The evalfis command fail to type the result of the prediction


0 件のコメント
採用された回答
Sam Chak
2022 年 12 月 7 日
Hi @jamal numan
"data" was in your evalfis() but the one in the Workspace is "Data".
Also, the syntax is now because Input argument order has changed since R2018b.
output = evalfis(fis, input)

0 件のコメント
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Fuzzy Logic Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
