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.
Namespace: FuzzyLogic
Delphi |
published |
Property Value
Type: TFuzzySetType
The default, fstUserDefined, means that the fuzzy set is arbitrarily shaped, and is set automatically when you modify the XValues and YValues properties. fstUsedDefined - arbitrarily shaped fuzzy set fstTriangle - waveform-type (spike) shaped fuzzy set fstDeclineCurve - Declining (Left to Right) shaped fuzzy set, sometimes referred to as Z-shaped. fstPICurve - Bell curve shaped fuzzy set, useful for terms such as WARM, MEDIUM, etc. fstBetaCurve - Another Bell curve shaped fuzzy set, useful for terms such as WARM, MEDIUM, etc. fstGrowthCurve - Increasing (Left to Right) shaped fuzzy set, sometimes referred to as S-shaped. |
Reference |