| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
FuzzyNumber --+
|
PolygonalFuzzyNumber
Polygonal fuzzy number class.
|
|||
|
|||
str
|
|
||
bool
|
|
||
|
|||
| PolygonalFuzzyNumber |
|
||
| PolygonalFuzzyNumber |
|
||
|
|||
| PolygonalFuzzyNumber |
|
||
| fset.FuzzySet |
|
||
|
Inherited from Inherited from |
|||
|
|||
tuple of float
|
|
||
|
Inherited from |
|||
|
|||
list of RealRange
|
kernel Return the kernel of the fuzzy number (range of values in the universal set where membership degree is equal to one). |
||
list of RealRange
|
support Return the support of the fuzzy number (range of values in the universal set where membership degree is nonzero). |
||
float
|
height Return the height of the fuzzy number (maximum membership degree value). |
||
|
Inherited from |
|||
|
|||
Constructor.
|
Return the canonical string representation of this polygonal fuzzy number.
|
Return whether this polygonal fuzzy number is equal to another fuzzy number.
|
Return the membership level of a value in the universal set domain of the fuzzy number.
|
Return the point of intersection of line segments pq and rs. Helper function for union and intersection.
|
Return the standard fuzzy union of two polygonal fuzzy numbers as a new polygonal fuzzy number.
|
Return the standard fuzzy intersection of two polygonal fuzzy numbers as a new polygonal fuzzy number.
|
Normalize this fuzzy number, so that its height is equal to 1.0.
|
Return this polygonal fuzzy number.
|
Convert this polygonal fuzzy number to a discrete fuzzy set at the specified sample points. If no sample points are specified, the vertices of the polygonal fuzzy number will be used.
|
|
|||
kernelReturn the kernel of the fuzzy number (range of values in the universal set where membership degree is equal to one).
|
supportReturn the support of the fuzzy number (range of values in the universal set where membership degree is nonzero).
|
heightReturn the height of the fuzzy number (maximum membership degree value).
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jan 21 14:08:04 2011 | http://epydoc.sourceforge.net |