C# Class UnityAI.Core.Fuzzy.TrapezoidFuzzySet

Inheritance: FuzzySet
Datei anzeigen 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.

TrapezoidFuzzySet ( ContinuousFuzzyRuleVariable parentVar, string name, double alphaCut, double ptLeft, double ptLeftCore, double ptRightCore, double ptRight ) : System

Creates a new Trapezoid fuzzy set.