MembershipFunctionSettings
Tunable parameter settings for fuzzy membership functions
Description
When tuning a fuzzy inference system using the tunefis function, use MembershipFunctionSettings objects to
specify tunable parameter settings for type-1 membership functions.
For more information on the tunable settings of type-2 membership functions, see MembershipFunctionSettingsType2.
Creation
Create MembershipFunctionSettings objects using the getTunableSettings function with a
mamfis, sugfis, 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-1 membership functions, then its
MembershipFunctions property contains
MembershipFunctionSettings objects.
Properties
Object Functions
setTunable | Set specified parameter settings as tunable or nontunable |
Examples
Version History
Introduced in R2019a