| Home | Trees | Indices | Help |
|
|---|
|
|
These operators are used to build fuzzy rules.
For example:
c{(A and B) or not C}
where
can be modelled as:
Compound(FuzzyOr(),
Compound(FuzzyAnd(),
Input(A),
Input(B)
),
Not(
Input(C)
)
)
|
|||
| |||
|
|||
__revision__ =
|
|||
__package__ = None
|
|||
|
|||
__revision__
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Apr 5 22:26:05 2013 | http://epydoc.sourceforge.net |