@@ -61,7 +61,7 @@ |
||
| 61 | 61 | for ($i = 0; $i < count($this->nodes); $i++) { |
| 62 | 62 | $node = $this->nodes[$i]; |
| 63 | 63 | if ($node instanceof Neuron) { |
| 64 | - $iNode ++; |
|
| 64 | + $iNode++; |
|
| 65 | 65 | |
| 66 | 66 | if (count($characteristics) < $iNode + 1) { |
| 67 | 67 | throw new BadNeuralNetworkStructureException(); |