Evolutionary Fit Module#
The ex_fuzzy.evolutionary_fit module implements evolutionary optimization
for fuzzy rule-based classifiers.
Overview#
This module provides:
BaseFuzzyRulesClassifierfor end-to-end fuzzy classifier training.FitRuleBaseas the optimization problem used internally.
BaseFuzzyRulesClassifier#
FitRuleBase#
See Also#
ex_fuzzy.classifiersex_fuzzy.rulesex_fuzzy.rule_miningex_fuzzy.eval_tools