@@ -128,7 +128,7 @@ |
||
| 128 | 128 | } |
| 129 | 129 | |
| 130 | 130 | /** |
| 131 | - * @return mixed |
|
| 131 | + * @return integer |
|
| 132 | 132 | */ |
| 133 | 133 | public function count() |
| 134 | 134 | { |
@@ -16,6 +16,9 @@ |
||
| 16 | 16 | */ |
| 17 | 17 | protected $dimension; |
| 18 | 18 | |
| 19 | + /** |
|
| 20 | + * @param integer $dimension |
|
| 21 | + */ |
|
| 19 | 22 | public function __construct($dimension) |
| 20 | 23 | { |
| 21 | 24 | if ($dimension < 1) { |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | } |
| 31 | 31 | |
| 32 | 32 | /** |
| 33 | - * @param mixed $targetClass |
|
| 33 | + * @param integer $targetClass |
|
| 34 | 34 | */ |
| 35 | 35 | public function backpropagate(array $layers, $targetClass): void |
| 36 | 36 | { |