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

Calculate value for fuzzy rule.
 
Used to build fuzzy rules.

 
Classes
       
__builtin__.object
Operator

 
class Operator(__builtin__.object)
    Abstract base class for any kind of operator.
 
  Methods defined here:
__call__(self)
Return current value.
 
@return: result of operator calculation
@rtype: float
@raise fuzzy.FuzzyException.FuzzyException: any problem in calculation
__init__(self)
Dummy initialization, so it is safe to call it
from any sub class.

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

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