The warning I get it is:
Warning: Some input values are outside of the specified input range
My inputs into ANFIS were standardized, and I randomly split my inputs into training/testing so I have something like:
fis=genfis2(train_data)
fismat = anfis(train_data)
output = evalfis(test_data,fismat)
I get the warning when I use evalfis, I can't help it that test_data might contain some outlier value. Should I delete the outliers from my testing set? Thanks

回答 (1 件)

Sam Chak
Sam Chak 2026 年 8 月 16 日 17:13

0 投票

Try this:
warning('off', 'all');

カテゴリ

ヘルプ センター および File ExchangeControl Systems についてさらに検索

質問済み:

2014 年 2 月 11 日

回答済み:

2026 年 8 月 16 日 17:13

Community Treasure Hunt

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

Start Hunting!

Translated by