C# Class UnityAI.Core.Fuzzy.FuzzyController

Mostra file Open project: unityai/unityai-core Class Usage Examples

Public Methods

Method Description
FuzzyController ( ) : System
LoadXml ( string vsFileName ) : void

Loads the nodes from Xml

Private Methods

Method Description
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

Method Details

FuzzyController() public method

public FuzzyController ( ) : System
return System

LoadXml() public method

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