Engee documentation

Aggregation methods

struct MaxAggregator <: FuzzyLogic.AbstractAggregator

Aggregator that combines fuzzy rules output by taking their maximum.

struct ProbSumAggregator <: FuzzyLogic.AbstractAggregator

Aggregator that combines fuzzy rules output by taking their probabilistic sum. See also ProbSumOr.