Home > FRIT > VKK.m

VKK

PURPOSE ^

VKK:Linear interpolation of fuzzy rules by the method of Vass, Kalmár & Kóczy

SYNOPSIS ^

function output=VKK(obs, fis,params)

DESCRIPTION ^

 VKK:Linear interpolation of fuzzy rules by the method of Vass, Kalmár & Kóczy

 output=VKK(obs, fis,params)

 Calculate the conclusion using linear interpolation of fuzzy 
 rules by the method of Vass, Kalmár & Kóczy
 -------------------------------------------------------------------------
 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--InterpolationType    'VKK'
        |-AlphaLevels--Type    'breakpoints' - the alpha levels are defined
        |            |                         by the break-points of the
        |            |                         sets
        |            |         'userdefined' - the user specifies a number
        |            |                         of alpha levels that will be
        |            |                         distributed uniform in the
        |            |                         interval [0,1]
        |            |-NumOfaCuts   the number of alpha cuts it is given
        |                           only in the case of Type='userdefined'
        |-NumOfPoints the number of points - it is used during
        |             the visualization
        |-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,  12 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