Home > FRIT > SystemEval.m

SystemEval

PURPOSE ^

Calculates the performance index and the output of a fuzzy system for a

SYNOPSIS ^

function [RMSE,RMSEP,xd]=SystemEval(fis,InTest,OutTest,params,etTestingInfo,axOutputDataDiagram)

DESCRIPTION ^

 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.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 05-Sep-2008 09:37:47 by m2html © 2005