Encapsulates all the fuzzy sets, or terms, in a fuzzy variable (see TFuzzyVariable).
Namespace: FuzzyLogic
TGCollection
FuzzyLogic.TFuzzySets
|
Delphi
|
type
TFuzzySets = class(TGCollection)
end;
|
|
Name
|
Description
|
|
ItemByName[String]
|
Returns the fuzzy set with the specified name. If no fuzzy set of that name exists, an exception is raised.
|
|
Items[Integer]
|
Lists the individual fuzzy sets of a TFuzzySets object. Use the Items property to iterate through all the fuzzy sets. Index identifies the index in the range 0 to Count - 1.
|
|
Variable
|
Returns the fuzzy variable that is the owner of the collection
|
Top
|