C# Class UnityAI.Core.Fuzzy.FuzzyClause

Afficher le fichier Open project: unityai/unityai-core Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string

String Representing this Object

Méthodes protégées

Méthode Description
Evaluate ( ) : double

Evaluate the Clause

Evaluate ( double truthValue ) : double

Evaluate the Clause as a Consequent

FuzzyClause ( FuzzyRuleVariable lhs, EnumFuzzyOperator op, FuzzySet rhs ) : System

Creates a new fuzzy clause with the specified lvalue, operator, and rvalue.

Method Details

Evaluate() protected méthode

Evaluate the Clause
protected Evaluate ( ) : double
Résultat double

Evaluate() protected méthode

Evaluate the Clause as a Consequent
protected Evaluate ( double truthValue ) : double
truthValue double
Résultat double

FuzzyClause() protected méthode

Creates a new fuzzy clause with the specified lvalue, operator, and rvalue.
protected FuzzyClause ( FuzzyRuleVariable lhs, EnumFuzzyOperator op, FuzzySet rhs ) : System
lhs FuzzyRuleVariable the FuzzyRuleVariable which is the lvalue ///
op EnumFuzzyOperator the integer operator ///
rhs FuzzySet the FuzzySet which is the rvalue ///
Résultat System

ToString() public méthode

String Representing this Object
public ToString ( ) : string
Résultat string