Iterates through all the points in Self and FuzzySet and calls operator on the points. However, unlike Iterate, it creates a new fuzzy set created by the FuzzyOperator (it is the responsibility of the FuzzyOperator to add points to the result fuzzy set). If the Fuzzy Operator function returns True it means that this method should abort.
Namespace: FuzzyInterfaces
Delphi |
public |
Parameters
FuzzySet
Type: IFuzzySet
OperatorKeyword
Type: String
FuzzyOperator
Type: TIFuzzyOperator
Type: IFuzzySet
This function can be used to pass in a FuzzyOperator method to implement compensatory operators for intersection and union. |
Reference |