Fuzzy Logic Toolbox    
genfis1

Generate an FIS structure from data without data clustering.

Syntax

Description

genfis1 generates a Sugeno-type FIS structure used as initial conditions (initialization of the membership function parameters) for anfis training.genfis1(data, numMFs, inmftype, outmftype) generates a FIS structure from a training data set, data, using a grid partition on the data (no clustering).

The arguments for genfis1 are as follows:

The number of membership functions associated with the output is the same as the number of rules generated by genfis1. The default number of membership functions, numMFs, is 2; the default input membership function type is 'gbellmf'; and the default output membership function type is 'linear'. These are used whenever genfis1 is invoked without the last three arguments.

Examples

See Also

anfis


  gbellmf genfis2