Interface: PiecewiseLinearShape
@kortexya/reasoninglayer / Values / PiecewiseLinearShape
Interface: PiecewiseLinearShape
Defined in: src/types/values.ts:352
Piecewise linear fuzzy membership function defined by (x, mu) data points.
Membership is linearly interpolated between the provided points.
Each point is a [x, mu] tuple where mu is the membership degree.
Remarks
Discriminator field is "kind", NOT "type".
Properties
kind
kind:
"PiecewiseLinear"
Defined in: src/types/values.ts:353
points
points: [
number,number][]
Defined in: src/types/values.ts:354