fuzz.rules

AND, NOT and OR operators for fuzzy logic inference systems

Classes

AND(a, b[, operand_set])

AND Operator.

IS(a[, operand_set])

IS Operator.

NOT(a[, operand_set])

NOT Operator.

OR(a, b[, operand_set])

OR Operator.

RuleBase(operand_set, a[, b])

Base class for all declarative rules

Rules()

Rules MetaClass