Документация Engee

Aggregation methods

Страница в процессе перевода.

# FuzzyLogic.MaxAggregatorType

struct MaxAggregator <: FuzzyLogic.AbstractAggregator

Aggregator that combines fuzzy rules output by taking their maximum.

# FuzzyLogic.ProbSumAggregatorType

struct ProbSumAggregator <: FuzzyLogic.AbstractAggregator

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