C# 클래스 UnityAI.Core.Fuzzy.FuzzyClause

파일 보기 프로젝트 열기: unityai/unityai-core 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

String Representing this Object

보호된 메소드들

메소드 설명
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.

메소드 상세

Evaluate() 보호된 메소드

Evaluate the Clause
protected Evaluate ( ) : double
리턴 double

Evaluate() 보호된 메소드

Evaluate the Clause as a Consequent
protected Evaluate ( double truthValue ) : double
truthValue double
리턴 double

FuzzyClause() 보호된 메소드

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 ///
리턴 System

ToString() 공개 메소드

String Representing this Object
public ToString ( ) : string
리턴 string