使用 evalfis 时“警告:某些输入值超出了指定的输入范围。”
out_fis = anfis([1,1,1;2,2,2])
action = evalfis([3,3] , out_fis);
Warning: Some input values are outside of the specified input range
指定的输入范围是多少?
使用 evalfis 时“警告:某些输入值超出了指定的输入范围。”
out_fis = anfis([1,1,1;2,2,2])
action = evalfis([3,3] , out_fis);
Warning: Some input values are outside of the specified input range
指定的输入范围是多少?