Class ANN_Neuron

Description
  • access: private

Located in /Neuron.php (line 52)


	
			
Method Summary
[92]   public   ANN_Neuron :  __construct (ANN_Network $objNetwork)
[176]   public   void :  activate ()
[186]   public   void :  adjustWeights ()
[157]   public   float :  getDelta ()
[148]   public   float :  getOutput ()
[139]   public   float :  getWeight (integer $intKeyNeuron)
[129]   public   array :  getWeights ()
[166]   protected   void :  initializeWeights ()
[120]   public   void :  setDelta (float $floatDelta)
[106]   public   void :  setInputs (array &$arrInputs)
Methods
public  ANN_Neuron __construct (ANN_Network $objNetwork) [92]
public  void activate () [176]
public  void adjustWeights () [186]
public  float getDelta () [157]
public  float getOutput () [148]
public  float getWeight (integer $intKeyNeuron) [139]
  • integer $intKeyNeuron
public  array getWeights () [129]
protected  void initializeWeights () [166]
public  void setDelta (float $floatDelta) [120]
  • float $floatDelta
public  void setInputs (array &$arrInputs) [106]
  • array &$arrInputs

Documentation generated on Fri, 27 May 2011 12:09:41 +0200 by phpDocumentor 1.4.1