|
AsString
|
Returns a string representation of the fuzzy set. The string representation is parsable by the parser defined in the Parser property
|
|
Collection
|
Returns the collection of fuzzy sets
|
|
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).
|
|
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'
|
|
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.
|
|
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.
|
|
Tag
|
Represents property Tag.
|
|
Values
|
Returns 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. 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)).
|
|
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.
|