A set contained within a fuzzy linguistic variable.
The fit vector for the set is defined as a list of tuples. The first
item of the tuple relates to an index point within the range of the super
set and the second item in the tuple defines the degree of membership for
the set at that index point.
| Method Summary |
| |
__init__(self,
name,
fitVector,
fuzzyVariable)
|
| |
addToEvalutor(self,
evaluator)
Called when term is added to a fuzzy evaluator. |
| |
evaluateDOM(self)
Returns membership value. |
| |
setValueAt(self,
index,
value)
Sets index point in lookup table to specified value. |
| Inherited from FuzzyTerm |
| |
clearDOM(self)
Clears degree of membership (DOM) value. |
| |
orDOM(self,
inputValue)
Sets DOM by ORing input value against current value. |