Fuzzy Logic Toolbox    
genfis1

Generate an FIS structure from data without data clustering.

Synopsis

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 or output membership function type is 'gbellmf'. These are used whenever genfis1 is invoked without the last three arguments.

Example

See Also

anfis


 gbellmf genfis2