Property | Type | Description | |
---|---|---|---|
support | float |
Method | Description | |
---|---|---|
GetMembership ( float x ) : float |
Calculate membership of a given value to the singleton function.
|
|
SingletonFunction ( float support ) : System |
Initializes a new instance of the SingletonFunction class.
|
public GetMembership ( float x ) : float | ||
x | float | Value which membership will to be calculated. |
return | float |
public SingletonFunction ( float support ) : System | ||
support | float | Support is the only value of x where the membership function is 1. |
return | System |