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