Aggregation methods
FuzzyLogic.MaxAggregator
— Typestruct MaxAggregator <: FuzzyLogic.AbstractAggregator
Aggregator that combines fuzzy rules output by taking their maximum.
FuzzyLogic.ProbSumAggregator
— Typestruct ProbSumAggregator <: FuzzyLogic.AbstractAggregator
Aggregator that combines fuzzy rules output by taking their probabilistic sum. See also ProbSumOr
.