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일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Control Systems에 대해 자세히 알아보기

질문:

2014년 2월 11일

답변:

2026년 8월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by