프로퍼티 | 타입 | 설명 | |
---|---|---|---|
points | System.Point[] |
메소드 | 설명 | |
---|---|---|
GetMembership ( float x ) : float |
Calculate membership of a given value to the piecewise function.
|
|
PiecewiseLinearFunction ( System.Point points ) : System |
Initializes a new instance of the PiecewiseLinearFunction class. Specified point must be in crescent order on X axis and their Y value must be in the range of [0, 1]. |
메소드 | 설명 | |
---|---|---|
PiecewiseLinearFunction ( ) : System |
Initializes a new instance of the PiecewiseLinearFunction class. This constructor must be used only by inherited classes to create the points vector after the instantiation. |
public GetMembership ( float x ) : float | ||
x | float | Value which membership will to be calculated. |
리턴 | float |
public PiecewiseLinearFunction ( System.Point points ) : System | ||
points | System.Point | Array of (X,Y) coordinates of each start/end of the lines. |
리턴 | System |