menu
yuka package
documentation
fuzzy/fuzzy_rule.dart
FuzzyRule
FuzzyRule.new constructor
FuzzyRule.new constructor
dark_mode
light_mode
FuzzyRule
constructor
FuzzyRule
(
[
FuzzyTerm
?
antecedent
,
FuzzyTerm
?
consequence
])
Constructs a new fuzzy rule with the given values.
Implementation
FuzzyRule([this.antecedent, this.consequence]);
yuka package
documentation
fuzzy/fuzzy_rule
FuzzyRule
FuzzyRule.new constructor
FuzzyRule class