Option set for tunefis
function
Use a tunefisOptions
object to specify options for tuning fuzzy
systems using the tunefis
function. You can specify options
such as the optimization method, optimization type, and distance metric for optimization cost
calculation.
creates a default
option set for tuning a fuzzy inference system using the opt
= tunefisOptionstunefis
function. To modify the properties of this option set for your
specific application, use dot notation.
creates an option set with Properties specified using one or more
name-value pair arguments.opt
= tunefisOptions(Name,Value
)