Skip to content

Interface: PiShapeShape

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Values / PiShapeShape

Interface: PiShapeShape

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

Pi-shaped (pimf) fuzzy membership function: smooth compact flat-top bump.

Membership: μ(x) = SShape(x, a, b) * ZShape(x, c, d). Like a smooth TrapezoidalShape.

Remarks

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

Properties

a

a: number

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


b

b: number

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


c

c: number

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


d

d: number

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


kind

kind: "PiShape"

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