Interface: PiShapeShape
@kortexya/reasoninglayer / Values / PiShapeShape
Interface: PiShapeShape
Defined in: src/types/values.ts:349
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:351
b
b:
number
Defined in: src/types/values.ts:352
c
c:
number
Defined in: src/types/values.ts:353
d
d:
number
Defined in: src/types/values.ts:354
kind
kind:
"PiShape"
Defined in: src/types/values.ts:350