Located in /ANN_Layer.php (line 52)
[74] | public | ANN_Layer : | __construct (ANN_Network $network, integer $numberOfNeurons, [ANN_Layer $nextLayer = null]) | |
[178] | public | void : | activate () | |
[702] | public | void : | adjustWeights () | |
[247] | protected | float : | calculateDeltaByBackpropagation (integer $keyNeuron) | |
[327] | protected | float : | calculateDeltaByILR (integer $keyNeuron, ANN_Neuron $neuron) | |
[275] | protected | float : | calculateDeltaByQuickProp (integer $keyNeuron, ANN_Neuron $neuron) | |
[373] | protected | float : | calculateDeltaByRProp (integer $keyNeuron, ANN_Neuron $neuron) | |
[199] | public | void : | calculateHiddenDeltas () | |
[666] | protected | void : | calculateOutputDeltaByBackpropagation (float $desiredOutput, ANN_Neuron $neuron) | |
[525] | protected | float : | calculateOutputDeltaByILR (float $desiredOutput, ANN_Neuron $neuron) | |
[691] | protected | float : | calculateOutputDeltaByQuickProp (float $desiredOutput, ANN_Neuron $neuron) | |
[571] | protected | float : | calculateOutputDeltaByRProp (float $desiredOutput, ANN_Neuron $neuron) | |
[486] | public | void : | calculateOutputDeltas (array $desiredOutputs) | |
[165] | protected | void : | createNeurons (integer $numberOfNeurons, boolean $outputLayer) | |
[124] | protected | array : | getInputs () | |
[102] | public | array : | getNeurons () | |
[113] | public | integer : | getNeuronsCount () | |
[135] | public | array : | getOutputs () | |
[147] | public | array : | getThresholdOutputs () | |
[90] | public | void : | setInputs (array $inputs) |
Documentation generated on Tue, 16 Dec 2008 18:36:06 +0100 by phpDocumentor 1.4.1