fuzz.operators

Fuzzy Logic Operators

Functions

and_bounded_diff(a, b)

and_default(a, b)

and_product(a, b)

is_default(a)

not_default(a)

or_algebraic_product(a, b)

or_bounded_sum(a, b)

or_default(a, b)

Classes

DefuzzEnum(value)

Defines the defuzzification methods available at Engine.

OperatorEnum(value)

Defines the behaviour of AND, OR and NOT rules method.

RuleAggregationEnum(value)

Defines the rules aggregation methods available when joining partial rules mapping to the same output inference system function