Method | Description | |
---|---|---|
Clause ( |
Initializes a new instance of the Clause class.
|
|
Evaluate ( ) : float |
Evaluates the fuzzy clause.
|
|
ToString ( ) : string |
Returns the fuzzy clause in its linguistic representation.
|
public Clause ( |
||
variable | Linguistic variable of the clause. | |
label | Label of the linguistic variable, a fuzzy set used as label into the linguistic variable. | |
return | System |