Module Controller :: Class Controller
[hide private]
[frames] | no frames]

Class Controller

source code


Instance Methods [hide private]
 
__init__(self, target, cold, hot)
Create fuzzy system.
source code
 
getFuzzySystem(self) source code
 
calculate(self, input) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, target, cold, hot)
(Constructor)

source code 

Create fuzzy system.

Overrides: object.__init__