FuzzyRule constructor

FuzzyRule([
  1. FuzzyTerm? antecedent,
  2. FuzzyTerm? consequence
])

Constructs a new fuzzy rule with the given values.

Implementation

FuzzyRule([this.antecedent, this.consequence]);