Returns a new fuzzy set representing the union (OR) of the current fuzzy set with the FuzzySet parameter, e.g, hot OR cold.
Namespace: FuzzyInterfaces
Parameters
FuzzySet
Type: IFuzzySet
Type: IFuzzySet
This method implements Zadeh's union operation, which is defined to be the maximum values between the two fuzzy sets. To use a different union operator, use the overloaded Union method. The fuzzy AND operation is performed by the Intersection method. |
Reference |