Effacer les filtres
Effacer les filtres

Matlab R2022a: How to obtain the predicted values given the training and test observations with the neuro-fuzzy method?

3 vues (au cours des 30 derniers jours)
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

Réponse acceptée

Sam Chak
Sam Chak le 7 Déc 2022
"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)

Plus de réponses (1)

jamal numan
jamal numan le 7 Déc 2022
Thank you very much. it works fine

Catégories

En savoir plus sur Fuzzy Logic Toolbox dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by