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