How to avoid ANFIS warning
1 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Problem-Based Optimization Setup 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!