Fuzzy number class (abstract base class for all fuzzy numbers).
|
|
|
str
|
|
str
|
|
|
|
mu(self,
value)
Return the membership level of a value in the universal set domain of
the fuzzy number. |
source code
|
|
|
|
normalize(self)
Normalize this fuzzy number, so that its height is equal to 1.0. |
source code
|
|
|
PolygonalFuzzyNumber
|
|
|
FuzzyNumber
|
__or__(self,
other)
Return the standard fuzzy union of two polygonal fuzzy numbers. |
source code
|
|
|
FuzzyNumber
|
|
|
PolygonalFuzzyNumber
|
union(self,
other)
Return the standard fuzzy union of two fuzzy numbers as a new
polygonal fuzzy number. |
source code
|
|
|
FuzzyNumber
|
__and__(self,
other)
Return the standard fuzzy intersection of two fuzzy numbers. |
source code
|
|
|
FuzzyNumber
|
|
|
PolygonalFuzzyNumber
|
intersection(self,
other)
Return the standard fuzzy intersection of two fuzzy numbers as a new
polygonal fuzzy number. |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|