|
Index
|
Tracks the position, or index, of the fuzzy set FuzzySet array property of the IFuzzyVariable. Modifying the index moves the fuzzy set in the array
|
|
Name
|
Holds the name of the fuzzy set, e.g., warm. It is the term that describes this particular fuzzy set.
|
|
Parser
|
Defines the parser that can parse and print this fuzzy set
|
|
SetType
|
Provides a fast method for defining common "shapes" (the truth value shape) of the fuzzy set. Change the SetType property to quickly create growth and decline curves, bell shapes, etc.
|
|
Values
|
Returns the XY value pairs that define the shape of the fuzzy set. Changing the X value can change the order of the XY value pairs, e.g., if you have three points ((0.3 0.3) (0.5 1) (1 0)), changing XValues[ 1] from 0.5 to 0 will cause the list to look like this: ((0 1) (0.3 0. 3) (1 0)).
|
|
Variable
|
Tracks the "parent" of the fuzzy set, its fuzzy variable, just as the fuzzy variable tracks its children.
|
|
XMaximum
|
Defines the maximum X value in the fuzzy set's universe of discourse.
|
|
XMinimum
|
Defines the minimum X value in the fuzzy set's universe of discourse.
|
|
XValues[Integer]
|
Returns the X component of the XY value pairs that define the shape of the fuzzy set.
|
|
YValues[Integer]
|
Returns the Y component of the XY value pairs that define the shape of the fuzzy set. The Y Values determine the degree of membership value of any X value in the fuzzy set.
|