Aggregation methods
FuzzyLogic.MaxAggregator — Type
struct MaxAggregator <: FuzzyLogic.AbstractAggregatorAggregator that combines fuzzy rules output by taking their maximum.
FuzzyLogic.ProbSumAggregator — Type
struct ProbSumAggregator <: FuzzyLogic.AbstractAggregatorAggregator that combines fuzzy rules output by taking their probabilistic sum. See also ProbSumOr.