|
- Method resolution order:
- Function
- fuzzy.set.Set.Set
- __builtin__.object
Methods inherited from fuzzy.set.Set.Set:
- __call__(self, x)
- Return membership of x in this fuzzy set.
This method makes the set work like a function.
@param x: value x
@type x: float
@return: membership for value x
@rtype: float
- __repr__(self)
- Return representation of instance.
@return: representation of instance
@rtype: string
- getCOG(self)
- Returns center of gravity.
@return: x-value of center of gravity
@rtype: float
- getValuesX(self)
- Internal helper function to help convert arbitrary fuzzy sets in
fuzzy sets represented by a polygon.
- getValuesXY(self, flat=True)
- Internal helper function to help convert arbitrary fuzzy sets in
fuzzy sets represented by a polygon.
Data descriptors inherited from fuzzy.set.Set.Set:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|