|
|
IMembershipFunction Interface |
Namespace: Accord.Fuzzy
The IMembershipFunction type exposes the following members.
| Name | Description | |
|---|---|---|
| LeftLimit |
The leftmost x value of the membership function.
| |
| RightLimit |
The rightmost x value of the membership function.
|
| Name | Description | |
|---|---|---|
| GetMembership |
Calculate membership of a given value to the fuzzy set.
|
All membership functions must implement this interface, which is used by FuzzySet class to calculate value's membership to a particular fuzzy set.