Option set for genfis
command
creates
a default option set for generating a fuzzy inference system structure
using opt
= genfisOptions(clusteringType
)genfis
. The option set, opt
,
contains different options that depend on the specified clustering
algorithm, clusteringType
. Use dot notation to
modify this option set for your specific application. Options that
you do not modify retain their default values.
creates
an option set with options specified by one or more opt
= genfisOptions(clusteringType
,Name,Value
)Name,Value
pair
arguments.