Skip to content

Interface: ZShapeShape

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Values / ZShapeShape

Interface: ZShapeShape

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

Z-shaped (zmf) fuzzy membership function: smooth monotonic spline from 1 to 0.

Membership: mirror of SShapeShape. Piecewise quadratic transition from 1 at a to 0 at b.

Remarks

Discriminator field is "kind", NOT "type".

Properties

a

a: number

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


b

b: number

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


kind

kind: "ZShape"

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