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

Defuzzification for singletons.

 
Modules
       
fuzzy

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

 
class COGS(fuzzy.defuzzify.Base.Base)
    Defuzzification for singletons.
 
 
Method resolution order:
COGS
fuzzy.defuzzify.Base.Base
__builtin__.object

Methods defined here:
__init__(self, INF=None, ACC=None, failsafe=None, *args, **keywords)
@param failsafe: if is not possible to calculate a center of gravity,
return this value if not None or forward the exception
getValue(self, variable)
Defuzzification using center of gravity method.

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: COGS.py,v 1.8 2010-03-28 18:40:33 rliebscher Exp $'