genfis3
(To be removed) Generate fuzzy inference system from data using FCM clustering
genfis3
will be removed in a future release. Use genfis
instead. For more information, see Version History.
Syntax
Description
creates a Sugeno FIS using fuzzy c-means (FCM) clustering by extracting a set of rules that
models the training data behavior.fis
= genfis3(inputData
,outputData
)
generates a FIS of the specified type, either Mamdani or Sugeno.fis
= genfis3(inputData
,outputData
,type
)
specifies the number of clusters to use for the FCM clustering.fis
= genfis3(inputData
,outputData
,type
,numClusters
)
specifies additional clustering options.fis
= genfis3(inputData
,outputData
,type
,numClusters
,options
)