-
-

Pattern stability analysis

-

A module to analyze the stability of the patterns generated by the fuzzy classifier. It runs the same experiment n times and then it counts the number of unique patterns that appear in the rule base and how often they do. It also counts the number of times each variable is used in the rule base.

+
+

Pattern stability analysis

+

A module to analyze the stability of the patterns generated by the fuzzy classifier. It runs the same experiment n times and then it counts the number of unique patterns that appear in the rule base and how often they do. It also counts the number of times each variable is used in the rule base.

diff --git a/docs/build/html/function_resume/persistence.html b/docs/build/html/function_resume/persistence.html index 078e838..fae3f69 100644 --- a/docs/build/html/function_resume/persistence.html +++ b/docs/build/html/function_resume/persistence.html @@ -1,23 +1,21 @@ + + - + - + Classification persistence — Ex-Fuzzy documentation - - + + - - - - - - - + + + + + @@ -67,7 +65,13 @@
  • Evolutionary Algorithms to Fit the rules
  • Rule Mining methods
  • Advanced Classifiers
  • -
  • Classification persistence
  • +
  • Classification persistence +
  • Fuzzy Cognitive Maps
  • Partition utils
  • T2 Centroid compute
  • @@ -103,11 +107,11 @@
    -

    Classification persistence

    +

    Classification persistence

    Load the rules of a fuzzy rules system using plain text format.

    -ex_fuzzy.persistence.load_fuzzy_rules(rules_printed: str, fuzzy_variables: list) MasterRuleBase[source]
    +ex_fuzzy.persistence.load_fuzzy_rules(rules_printed: str, fuzzy_variables: list) MasterRuleBase[source]

    Load the rules from a string.

    Parameters:
    @@ -116,39 +120,51 @@
  • fuzzy_variables – list with the linguistic variables. Objects of FuzzyVariable class.