@@ -4,9 +4,6 @@ |
||
4 | 4 | |
5 | 5 | namespace Phpml\Classification\Linear; |
6 | 6 | |
7 | -use Phpml\Helper\Predictable; |
|
8 | -use Phpml\Helper\Trainable; |
|
9 | -use Phpml\Classification\Classifier; |
|
10 | 7 | use Phpml\Classification\Linear\Perceptron; |
11 | 8 | use Phpml\Preprocessing\Normalizer; |
12 | 9 |
@@ -20,7 +20,7 @@ discard block |
||
20 | 20 | */ |
21 | 21 | protected static $errorFunction = 'outputClass'; |
22 | 22 | |
23 | - /** |
|
23 | + /** |
|
24 | 24 | * @var array |
25 | 25 | */ |
26 | 26 | protected $samples = []; |
@@ -78,7 +78,7 @@ discard block |
||
78 | 78 | $this->maxIterations = $maxIterations; |
79 | 79 | } |
80 | 80 | |
81 | - /** |
|
81 | + /** |
|
82 | 82 | * @param array $samples |
83 | 83 | * @param array $targets |
84 | 84 | */ |