C# Class UnityAI.Core.Fuzzy.ShoulderFuzzySet

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

Private Methods

Method Description
AddClone ( string newName ) : void

Creates a clone of this fuzzy set and adds it to the parent variable.

ShoulderFuzzySet ( ContinuousFuzzyRuleVariable parentVar, string name, double alphaCut, double ptBeg, double ptEnd, EnumFuzzySetDirection setDirection ) : System

Creates a new Shoulder fuzzy set.