Class Layer

Description
  • access: private

Located in /Layer.php (line 60)


	
			
Method Summary
[102]   public   Layer :  __construct (Network $objNetwork, integer $intNumberOfNeurons, [Layer $objNextLayer = null])
[184]   public   void :  activate ()
[258]   public   void :  adjustWeights ()
[211]   public   void :  calculateHiddenDeltas ()
[242]   public   void :  calculateOutputDeltas (array $arrDesiredOutputs)
[171]   protected   void :  createNeurons (integer $intNumberOfNeurons)
[128]   public   array :  getNeurons ()
[137]   public   integer :  getNeuronsCount ()
[146]   public   array :  getOutputs ()
[156]   public   array :  getThresholdOutputs ()
[118]   public   void :  setInputs (array &$arrInputs)
Methods
public  Layer __construct (Network $objNetwork, integer $intNumberOfNeurons, [Layer $objNextLayer = null]) [102]
  • Network $objNetwork
  • integer $intNumberOfNeurons
  • Layer $objNextLayer: (Default: null)
public  void activate () [184]
public  void adjustWeights () [258]
public  void calculateHiddenDeltas () [211]
public  void calculateOutputDeltas (array $arrDesiredOutputs) [242]
  • array $arrDesiredOutputs
protected  void createNeurons (integer $intNumberOfNeurons) [171]
  • integer $intNumberOfNeurons
public  array getNeurons () [128]
public  integer getNeuronsCount () [137]
public  array getOutputs () [146]
public  array getThresholdOutputs () [156]
public  void setInputs (array &$arrInputs) [118]
  • array &$arrInputs

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