Skip to content

Interface: SShapeShape

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Values / SShapeShape

Interface: SShapeShape

Defined in: src/types/values.ts:321

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:323


b

b: number

Defined in: src/types/values.ts:324


kind

kind: "SShape"

Defined in: src/types/values.ts:322