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

Complement after Zadeh

 
Classes
       
fuzzy.complement.Base.Base(__builtin__.object)
Zadeh

 
class Zadeh(fuzzy.complement.Base.Base)
    Complement after Zadeh
 
 
Method resolution order:
Zadeh
fuzzy.complement.Base.Base
__builtin__.object

Methods defined here:
__call__(self, value)
calculate the complement of the value
@param value: the value to complement
@type value: float
@return: the complemented value
@rtype: float
__init__(self, *args, **keywords)
Initialize the complement instance

Methods inherited from fuzzy.complement.Base.Base:
__repr__(self)
Return representation of instance.
 
@return: representation of instance
@rtype: string

Data descriptors inherited from fuzzy.complement.Base.Base:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        __revision__ = '$Id: Zadeh.py,v 1.6 2010-10-29 19:24:41 rliebscher Exp $'