Home > FRIT > GM.m

GM

PURPOSE ^

GM: Interpolation of fuzzy rules by the Generalized Methodology

SYNOPSIS ^

function output=GM(obs, fis,params)

DESCRIPTION ^

 GM: Interpolation of fuzzy rules by the Generalized Methodology

 output=GM(obs, fis,params)

 Calculate the conclusion using interpolation of fuzzy 
 rules by the GM method
 -------------------------------------------------------------------------
 Parameters
 -------------------------------------------------------------------------
 obs - structure describing the observation.
 fis - structure describing the fuzzy inference system.  
 params - structure containing information about the parameters of the 
          method. It should have the following fields:
          params--SetInterpolation     'SCM'  type of set interpoaltion
                |-ConclusionPosition   'FERI' type of the calculation of
                |                             the position of the consequent 
                |                             sets
                |-SingleRuleReasoning  'FPL'  type of single rule
                |                             reasoning
                |-IRtype               'positive' interrelation type
                |                      'negative'
                |-NumOfPoints the number of points - it is used during
                |             the visualization
                |-RPtype               'corecentre'     type of the reference
                |                      'supportcentre'  point
                |-w the exponent in the Minkowski-type distance formula
 -------------------------------------------------------------------------
 Returned values
 -------------------------------------------------------------------------
 output - complex structure
          output--fis
                |-obs
                |-concl
 -------------------------------------------------------------------------
 Remarks
 -------------------------------------------------------------------------

 Zsolt Csaba Johanyák, johanyak.csaba@gamf.kefo.hu, v. 1.1,  13 November 2006

CROSS-REFERENCE INFORMATION ^

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