|
- Method resolution order:
- MaxRight
- fuzzy.defuzzify.Base.Base
- __builtin__.object
Methods defined here:
- __init__(self, INF=None, ACC=None, failsafe=None, *args, **keywords)
- Initialize the defuzzification method with INF,ACC
and an optional value in case defuzzification is not possible
- getValue(self, variable)
- Defuzzification.
Methods inherited from fuzzy.defuzzify.Base.Base:
- __repr__(self)
- Return representation of instance.
@return: representation of instance
@rtype: string
- accumulate(self, variable, segment_size=None)
- combining adjective values into one set
- value_table(self, set)
- get a value table of the polygon representation
Data descriptors inherited from fuzzy.defuzzify.Base.Base:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|