@@ -138,8 +138,8 @@ |
||
| 138 | 138 | } |
| 139 | 139 | |
| 140 | 140 | /** |
| 141 | - * @param array $newCoordinates |
|
| 142 | - */ |
|
| 141 | + * @param array $newCoordinates |
|
| 142 | + */ |
|
| 143 | 143 | public function setCoordinates(array $newCoordinates) |
| 144 | 144 | { |
| 145 | 145 | $this->coordinates = $newCoordinates; |
@@ -21,7 +21,7 @@ discard block |
||
| 21 | 21 | */ |
| 22 | 22 | protected static $errorFunction = 'outputClass'; |
| 23 | 23 | |
| 24 | - /** |
|
| 24 | + /** |
|
| 25 | 25 | * @var array |
| 26 | 26 | */ |
| 27 | 27 | protected $samples = []; |
@@ -111,7 +111,7 @@ discard block |
||
| 111 | 111 | $this->threshold = $threshold; |
| 112 | 112 | } |
| 113 | 113 | |
| 114 | - /** |
|
| 114 | + /** |
|
| 115 | 115 | * @param array $samples |
| 116 | 116 | * @param array $targets |
| 117 | 117 | */ |
@@ -9,11 +9,11 @@ |
||
| 9 | 9 | |
| 10 | 10 | class SupportVectorMachine |
| 11 | 11 | { |
| 12 | - use Trainable; |
|
| 12 | + use Trainable; |
|
| 13 | 13 | |
| 14 | - /** |
|
| 15 | - * @var int |
|
| 16 | - */ |
|
| 14 | + /** |
|
| 15 | + * @var int |
|
| 16 | + */ |
|
| 17 | 17 | private $type; |
| 18 | 18 | |
| 19 | 19 | /** |