The LinguisticVariable type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| LinguisticVariable |
Initializes a new instance of the LinguisticVariable class.
|
Methods
| Name | Description | |
|---|---|---|
| AddLabel |
Adds a linguistic label to the variable.
| |
| ClearLabels |
Removes all the linguistic labels of the linguistic variable.
| |
| GetLabel |
Returns an existing label from the linguistic variable.
| |
| GetLabelMembership |
Calculate the membership of a given value to a given label. Used to evaluate linguistics clauses like
“X IS A”, where X is a value and A is a linguistic label.
|
Properties
| Name | Description | |
|---|---|---|
| End |
Right limit of the valid variable range.
| |
| Name |
Name of the linguistic variable.
| |
| NumericInput |
Numerical value of the input of this linguistic variable.
| |
| Start |
Left limit of the valid variable range.
|