Package fuzzy :: Package complement :: Module Yager :: Class Yager
[hide private]
[frames] | no frames]

Class Yager

source code


Complement after Yager

Instance Methods [hide private]
 
__init__(self, omega=1.0, *args, **keywords)
Initialize instance with given parameter
source code
float
__call__(self, value)
calculate the complement of the value
source code
string
__repr__(self)
Return representation of instance.
source code

Inherited from Parametric.Parametric (private): _checkParam

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _range = [(0.0, inf)]
Instance Variables [hide private]

Inherited from Parametric.Parametric: p

Properties [hide private]

Inherited from Parametric.Parametric: p_range

Inherited from object: __class__

Method Details [hide private]

__init__(self, omega=1.0, *args, **keywords)
(Constructor)

source code 

Initialize instance with given parameter

Parameters:
  • omega (float) - The parameter
Overrides: object.__init__

__call__(self, value)
(Call operator)

source code 

calculate the complement of the value

Parameters:
  • value (float) - the value to complement
Returns: float
the complemented value
Overrides: Base.Base.__call__

__repr__(self)
(Representation operator)

source code 

Return representation of instance.

Returns: string
representation of instance
Overrides: object.__repr__