how to use the anfis command

4 ビュー (過去 30 日間)
Alessio Centamore
Alessio Centamore 2023 年 4 月 26 日
回答済み: Sam Chak 2023 年 4 月 26 日
OutputFismat = anfis(dati_all, FisMatrix, [40 nan 0.3]);
I have this code and I don't know what the parameters [40 nan 0.3] mean.

回答 (1 件)

Sam Chak
Sam Chak 2023 年 4 月 26 日
I think the syntax is for old anfis() input arguments.
OutputFismat = anfis(dati_all, FisMatrix, [40 nan 0.3]);
dati_all is Training Data, FisMatrix is the initial FIS, and the [40 nan 0.3] are probably the parameters for the Training Options.
For more info, please check out the following documentation:

カテゴリ

Help Center および File ExchangeFuzzy Inference System Tuning についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by