MembershipFunctionSettingsType2
Tunable parameter settings for type-2 fuzzy membership functions
Description
When tuning a fuzzy inference system using the tunefis function, use MembershipFunctionSettingsType2 objects
to specify tunable parameter settings for type-2 membership functions.
For more information on the tunable settings of type-1 membership functions, see MembershipFunctionSettings.
Creation
Create MembershipFunctionSettingsType2 objects using the getTunableSettings function with a
mamfistype2, sugfistype2, or
fistree object. The first and second outputs of
getTunableSettings contain VariableSettings objects
for input and output variables, respectively. If a VariableSettings object
corresponds to a variable with type-2 membership functions, then its
MembershipFunctions property contains
MembershipFunctionSettingsType2 objects.
Properties
Object Functions
setTunable | Set specified parameter settings as tunable or nontunable |
Examples
Version History
Introduced in R2019b