The PiecewiseLinearFunction type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PiecewiseLinearFunction | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| GetMembership |
Calculate membership of a given value to the piecewise function.
|
Fields
| Name | Description | |
|---|---|---|
| points |
Vector of (X,Y) coordinates for end/start of each line.
|
Properties
| Name | Description | |
|---|---|---|
| LeftLimit |
The leftmost x value of the membership function, given by the first (X,Y) coordinate.
| |
| RightLimit |
The rightmost x value of the membership function, given by the last (X,Y) coordinate.
|