Home > FRIT > KH.m

KH

PURPOSE ^

KH:Linear interpolation of fuzzy rules by the method of Kóczy & Hirota

SYNOPSIS ^

function output=KH(obs,fis,params)

DESCRIPTION ^

 KH:Linear interpolation of fuzzy rules by the method of Kóczy & Hirota

 output=KH(obs,fis,params)

 Calculate the conclusion using Linear interpolation of fuzzy 
 rules by the method of Kóczy & Hirota
 -------------------------------------------------------------------------
 Parameters
 -------------------------------------------------------------------------
 obs - structure describing the observation.
 fis - structure describing the fuzzy inference system.        
  params--InterpolationType    'KH'
        |-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

CROSS-REFERENCE INFORMATION ^

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