Holds all stuff together. (variables, rules, ...) Provides methods to
do calculation with it.
|
|
|
|
|
reset(self)
Reset all memberships for the next run of calculate |
source code
|
|
|
|
|
|
|
inference(self)
Calculate the fuzzy inference given by the rules. |
source code
|
|
|
|
|
|
|
|
|
|
findVariableName(self,
var)
Find name of variable in this system |
source code
|
|
|
|
findAdjectiveName(self,
adj)
Find name of adjective (and variable) in this system |
source code
|
|
|
|
findRuleName(self,
_rule)
Find name of rule in this system |
source code
|
|
|
string
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|