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: FuzzyLogic
Delphi |
public |
Parameters
FuzzySet
Type: TFuzzySet
OperatorKeyword
Type: String
FuzzyOperator
Type: TFuzzyOperator
Type: TFuzzySet
This function can be used to pass in a FuzzyOperator method to implement compensatory operators for intersection and union. |
Reference |