


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