format the fuzzy rules as a data frame

fs_rules_to_df(fuzzy_system_desc)

Arguments

fuzzy_system_desc

a fuzzy system description as a named list

Value

a data frame, one row per rule, including the default rule, in columns the input and ouput variables. The values are the corresponding fuzzy set number.

See also

Other fit_utils: fit_to_df(), fs_used_vars_to_df()