Packagecom.lookbackon.AI.fuzzyLogicSystem
Classpublic class FuzzySet
InheritanceFuzzySet Inheritance Object

These are sets whose elements are all the possible linguistic value of a specific linguistic variable,each assoicated with a MemberShip function value of the same Crisp value. e.g.:the set defined by the direction linguistic variable and the crisp value 80° would be (direction, 80°) :== {(north, 0.9),(west,0),(south,0),(east,0.1)}



Public Methods
 MethodDefined By
  
FuzzySet(variable:Variable, crispValue:Number)
FuzzySet
  
getMemberShip(value:String):Number
FuzzySet
Constructor Detail
FuzzySet()Constructor
public function FuzzySet(variable:Variable, crispValue:Number)



Parameters
variable:Variable
 
crispValue:Number
Method Detail
getMemberShip()method
public function getMemberShip(value:String):Number

Parameters

value:String

Returns
Number