Returns TRUE if the two fuzzy sets equal.
Namespace: FuzzyLogic
Delphi |
public |
Parameters
FuzzySet
Type: TFuzzySet
Type: Boolean
Two fuzzy sets are equal if their Minimum values (Minimum of the two fuzzy sets over all X never exceed the Threshold (defined in the fuzzy variable). The Equals method gives a true or false value. |
Reference |