


Calculates the performance index and the output of a fuzzy system for a
sample data set
function [RMSE,RMSEP,xd]=SystemEval(fis,InTest,OutTest,params,...
etTestingInfo,axOutputDataDiagram)
Calculates the performance index and the output of a fuzzy system for a
sample data set
-------------------------------------------------------------------------
Parameters
-------------------------------------------------------------------------
fis - complex structure describing the fuzzy inference system
InTest - input sample data, one column for each input dimension
OutTest - column vector containing the output sample data
params - structure describing the parameters of the inference method
etTestingInfo - handle of the textbox
axOutputDataDiagram - handle of the axes
-------------------------------------------------------------------------
Returned values
-------------------------------------------------------------------------
RMSE - root mean square of the error
RMSEP - RMSE relative expressed in percentage of the output range
-------------------------------------------------------------------------
Remarks
-------------------------------------------------------------------------
Zsolt Csaba Johanyák, johanyak.csaba@gamf.kefo.hu, v. 1.2, 29. September 2007.