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

Complement after Sugeno

 
Classes
       
fuzzy.complement.Parametric.Parametric(fuzzy.complement.Base.Base)
Sugeno

 
class Sugeno(fuzzy.complement.Parametric.Parametric)
    Complement after Sugeno
 
 
Method resolution order:
Sugeno
fuzzy.complement.Parametric.Parametric
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, lambda_=0.0, *args, **keywords)
Initialize instance with given parameter
@param lambda_: The parameter
@type lambda_: float
__repr__(self)
Return representation of instance.
        
@return: representation of instance
@rtype: string

Data descriptors inherited from fuzzy.complement.Parametric.Parametric:
p
x
@type: float
p_range
range(s) of valid values for p

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: Sugeno.py,v 1.7 2010-03-28 18:39:02 rliebscher Exp $'
inf_p = inf