Returns a new fuzzy set representing the union (OR) of the current fuzzy set with the FuzzySet parameter, e.g, hot OR cold. It uses the specified operation for calculating the intersection.
Namespace: FuzzyLogic
Delphi |
public |
Parameters
FuzzySet
Type: TFuzzySet
UnionType
Type: TFuzzyOperation
Type: TFuzzySet
To just use Zadeh's intersection operation, which is defined to be the maximum values between the two fuzzy sets, use the overloaded Union method. The fuzzy AND operation is performed by the Intersection method. |
Reference |