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: IFuzzyLogic
Delphi |
public |
Parameters
FuzzySet
Type: IFuzzySet
UnionType
Type: TFuzzyOperation
Type: IFuzzySet
IFuzzySet.Union(IFuzzySet,TFuzzyOperation)
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 |