I make a fuzzy inference system (if then rules) using fuzzy tech ... but when i come to testing a data-set .. I found that i have to enter one record and i can't test the whole data-set .. is there free tool that makes me testing a data-set ?
You can use MATLAB fuzzy toolbox to model your fuzzy inference system. For training & testing ANFIS in the same toolbox can be used. Then you can evaluate by "evalfis".