Class Neuron

Description
  • access: private

Located in /Neuron.php (line 60)


	
			
Method Summary
[100]   public   Neuron :  __construct (Network $objNetwork)
[184]   public   void :  activate ()
[194]   public   void :  adjustWeights ()
[165]   public   float :  getDelta ()
[156]   public   float :  getOutput ()
[147]   public   float :  getWeight (integer $intKeyNeuron)
[137]   public   array :  getWeights ()
[174]   protected   void :  initializeWeights ()
[128]   public   void :  setDelta (float $floatDelta)
[114]   public   void :  setInputs (array &$arrInputs)
Methods
public  Neuron __construct (Network $objNetwork) [100]
public  void activate () [184]
public  void adjustWeights () [194]
public  float getDelta () [165]
public  float getOutput () [156]
public  float getWeight (integer $intKeyNeuron) [147]
  • integer $intKeyNeuron
public  array getWeights () [137]
protected  void initializeWeights () [174]
public  void setDelta (float $floatDelta) [128]
  • float $floatDelta
public  void setInputs (array &$arrInputs) [114]
  • array &$arrInputs

Documentation generated on Wed, 01 Jun 2011 16:26:42 +0200 by phpDocumentor 1.4.1