Interface: SShapeShape
@kortexya/reasoninglayer / Values / SShapeShape
Interface: SShapeShape
Defined in: src/types/values.ts:308
S-shaped (smf) fuzzy membership function: smooth monotonic spline from 0 to 1.
Membership: piecewise quadratic transition from 0 at a to 1 at b.
Unlike SigmoidShape, reaches exact 0 and 1.
Remarks
Discriminator field is "kind", NOT "type".
Properties
a
a:
number
Defined in: src/types/values.ts:310
b
b:
number
Defined in: src/types/values.ts:311
kind
kind:
"SShape"
Defined in: src/types/values.ts:309