Packagecom.lookbackon.AI.fuzzyLogicSystem
Classpublic class FuzzyRule
InheritanceFuzzyRule Inheritance Object



Public Properties
 PropertyDefined By
  crispOutput : Number
[read-only]
FuzzyRule
Public Methods
 MethodDefined By
  
FuzzyRule(crispResult:Number, ifValues:Array, vars:Array = null)
FuzzyRule
  
addIfValue(value:String):void
FuzzyRule
  
getWeight(sets:Array):Number
FuzzyRule
Property Detail
crispOutputproperty
crispOutput:Number  [read-only]


Implementation
    public function get crispOutput():Number
Constructor Detail
FuzzyRule()Constructor
public function FuzzyRule(crispResult:Number, ifValues:Array, vars:Array = null)



Parameters
crispResult:Number
 
ifValues:Array
 
vars:Array (default = null)
Method Detail
addIfValue()method
public function addIfValue(value:String):void

Parameters

value:String

getWeight()method 
public function getWeight(sets:Array):Number

Parameters

sets:Array

Returns
Number