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

Fuzzification which sets adjectives values according their set memberships for given value.

 
Classes
       
fuzzy.fuzzify.Base.Base(__builtin__.object)
Plain

 
class Plain(fuzzy.fuzzify.Base.Base)
    Just fuzzify the input value using the membership values of the given adjectives
 
 
Method resolution order:
Plain
fuzzy.fuzzify.Base.Base
__builtin__.object

Methods defined here:
__init__(self, *args, **keywords)
setValue(self, variable, value)
Let adjectives calculate their membership values.
 
@param variable: variable which adjective to set
@type variable: L{fuzzy.Variable.Variable}
@param variable: value to set the adjectives
@type: float

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

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

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