Creates a new IFuzzySet instance and adds it to the hash table. The name of the new fuzzy set is set to the Name parameter. If a fuzzy set already exists in the hash table with that name, the old fuzzy set is deleted. The Add method returns the new fuzzy set
Namespace: IFuzzyLogic
Delphi |
public |
Parameters
Name
Type: String
Type: IFuzzySet
To permanently remove a key and fuzzy set from the table, use the Remove method. To verify a fuzzy set is in the hash table, use the ContainsFuzzySet method. |
Reference |