Méthode | Description | |
---|---|---|
ToString ( ) : string |
String Representing this Object
|
Méthode | Description | |
---|---|---|
Evaluate ( ) : double |
Evaluate the Clause
|
|
Evaluate ( double truthValue ) : double |
Evaluate the Clause as a Consequent
|
|
FuzzyClause ( FuzzyRuleVariable lhs, EnumFuzzyOperator op, |
Creates a new fuzzy clause with the specified lvalue, operator, and rvalue.
|
protected Evaluate ( double truthValue ) : double | ||
truthValue | double | |
Résultat | double |
protected FuzzyClause ( FuzzyRuleVariable lhs, EnumFuzzyOperator op, |
||
lhs | FuzzyRuleVariable | the FuzzyRuleVariable which is the lvalue /// |
op | EnumFuzzyOperator | the integer operator /// |
rhs | the FuzzySet which is the rvalue /// | |
Résultat | System |