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

base class for all fuzzification methods

 
Classes
       
__builtin__.object
Base

 
class Base(__builtin__.object)
    base class for all fuzzification methods
 
  Methods defined here:
__init__(self, *args, **keywords)
__repr__(self)
Return representation of instance.
        
@return: representation of instance
@rtype: string
setValue(self, variable, value)
Set value to adjectives of variable.
 
@param variable: variable which adjective to set
@type variable: L{fuzzy.Variable.Variable}
@param variable: value to set the adjectives
@type: any

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

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