Tracks all the fuzzy sets in the fuzzy variable.
Namespace: IFuzzyLogic
Delphi |
published |
Property Value
Type: TIFuzzySets
The Items property is a hash table where every fuzzy set is stored in the hash table keyed to the fuzzy set names. Use Items to: Access a specific fuzzy set. Add or delete fuzzy sets from the list. Get or set the values of individual fuzzy sets. Compare fuzzy sets. Iterate through all fuzzy sets. Copy a set of fuzzy sets to another fuzzy sets list. |
Reference |