fuzzy.defuzzify.MaxRight
index
/fuzzy/defuzzify/MaxRight.py @ Get pyfuzzy at SourceForge.net. Fast, secure and Free Open Source software downloads

Defuzzification which uses the right global maximum.

 
Classes
       
fuzzy.defuzzify.Base.Base(__builtin__.object)
MaxRight

 
class MaxRight(fuzzy.defuzzify.Base.Base)
    Defuzzification which uses the right global maximum.
 
 
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)

 
Data
        __revision__ = '$Id: MaxRight.py,v 1.9 2010-03-28 18:40:33 rliebscher Exp $'