Represents a linguistic variable.
LinguisticVariable
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 3 | Default constructor. |
| Fuzzify | 1 | Implements the fuzzification of the linguistic variable. |
| MinValue | 1 | Returns the minimum value of the linguistic variable. |
| MaxValue | 1 | Returns the maximum value of the linguistic variable. |
| Range | 1 | Returns the difference between MaxValue() and MinValue(). |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Name | 1 | The name that identificates the linguistic variable. |
| MembershipFunctionCollection | 1 | A membership functions collection for the lingusitic variable. |
| InputValue | 1 | The input value for the linguistic variable. |
04 Members
Default constructor.
String)| Name | Type | Description |
|---|---|---|
name | String | The name that identificates the linguistic variable. |
String, MembershipFunctionCollection)| Name | Type | Description |
|---|---|---|
name | String | The name that identificates the linguistic variable. |
membershipFunctionCollection | MembershipFunctionCollection | A membership functions collection for the lingusitic variable. |
String)Implements the fuzzification of the linguistic variable.
| Name | Type | Description |
|---|---|---|
membershipFunctionName | String | The membership function for which fuzzify the variable. |
The degree of membership.
Returns the minimum value of the linguistic variable.
The minimum value of the linguistic variable.
Returns the maximum value of the linguistic variable.
The maximum value of the linguistic variable.
Returns the difference between MaxValue() and MinValue().
The difference between MaxValue() and MinValue().
The name that identificates the linguistic variable.
A membership functions collection for the lingusitic variable.
The input value for the linguistic variable.