|
AsString
|
Returns a string representation of the fuzzy set. The string representation is parsable by the parser defined in the Parser property
|
|
Comment
|
Contains a comment about the fuzzy set. Use this property for any descriptive text you want to define about the fuzzy set.
|
|
CompatibilityIndex
|
Provides a measure of the validness of a fuzzy result (between 0 and 1).
|
|
Count
|
Returns the number of XY value pairs in the fuzzy set
|
|
Defined
|
Used by the Fuzzy Logic engine, do not use
|
|
DefuzzifyValue
|
Returns a single floating pointing value that best represents the fuzzy set, it uses the DefuzzificationMethod specified by the fuzzy Variable
|
|
Expression
|
Contains an updated string of the operations used to create the fuzzy set. For example, if you create a warm fuzzy set and then apply the VERY hedge, the Expression property would contain 'very warm'
|
|
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
|
|
InflectionPoint
|
Holds the X value inflection point of the fuzzy set.
|
|
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.
|
|
ValuesToString
|
Returns a string representation of the XY value pairs that determine the shape of the fuzzy set
|
|
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.
|