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

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

공개 메소드들

메소드 설명
FuzzyController ( ) : System
LoadXml ( string vsFileName ) : void

Loads the nodes from Xml

비공개 메소드들

메소드 설명
CreateContinuousRuleVariable ( string vsXml ) : void

Create a ContinuousRuleVariable

CreateRules ( string vsXml ) : void

Create Rules

CreateRulesBase ( XmlTextReader reader ) : void

Create the Rule Base

CreateShoulder ( ContinuousFuzzyRuleVariable vFuzzyVar, string vsXml ) : void

Create a Shoulder

CreateTrapezoid ( ContinuousFuzzyRuleVariable vFuzzyVar, string vsXml ) : void

Create a Trapezoid

CreateTriangle ( ContinuousFuzzyRuleVariable vFuzzyVar, string vsXml ) : void

Create a Triangle

GetClause ( string vsXml ) : FuzzyClause

Create GetClause

메소드 상세

FuzzyController() 공개 메소드

public FuzzyController ( ) : System
리턴 System

LoadXml() 공개 메소드

Loads the nodes from Xml
public LoadXml ( string vsFileName ) : void
vsFileName string
리턴 void