Defines the type/shape of the fuzzy set. The default, fstUserDefined, means that the fuzzy set is arbitrarily shaped.
Namespace: FuzzyConsts
Delphi |
type |
|
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 |