Class ANN_Neuron

Description
  • access: private

Located in /Neuron.php (line 52)


	
			
Method Summary
[77]   public   ANN_Neuron :  __construct (ANN_Network $objNetwork)
[161]   public   void :  activate ()
[171]   public   void :  adjustWeights ()
[142]   public   float :  getDelta ()
[133]   public   float :  getOutput ()
[124]   public   float :  getWeight (integer $intKeyNeuron)
[114]   public   array :  getWeights ()
[151]   protected   void :  initializeWeights ()
[105]   public   void :  setDelta (float $floatDelta)
[91]   public   void :  setInputs (array &$arrInputs)
Methods
public  ANN_Neuron __construct (ANN_Network $objNetwork) [77]
public  void activate () [161]
public  void adjustWeights () [171]
public  float getDelta () [142]
public  float getOutput () [133]
public  float getWeight (integer $intKeyNeuron) [124]
  • integer $intKeyNeuron
public  array getWeights () [114]
protected  void initializeWeights () [151]
public  void setDelta (float $floatDelta) [105]
  • float $floatDelta
public  void setInputs (array &$arrInputs) [91]
  • array &$arrInputs

Documentation generated on Mon, 23 May 2011 23:06:12 +0200 by phpDocumentor 1.4.1