@@ -4,8 +4,6 @@ |
||
4 | 4 | |
5 | 5 | namespace Phpml\Classification\Linear; |
6 | 6 | |
7 | -use Phpml\Classification\Classifier; |
|
8 | - |
|
9 | 7 | class Adaline extends Perceptron |
10 | 8 | { |
11 | 9 |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | namespace Phpml\Classification\Linear; |
6 | 6 | |
7 | -use Phpml\Classification\Classifier; |
|
8 | 7 | use Phpml\Helper\Optimizer\ConjugateGradient; |
9 | 8 | |
10 | 9 | class LogisticRegression extends Adaline |
@@ -11,7 +11,6 @@ |
||
11 | 11 | use Phpml\Classification\Classifier; |
12 | 12 | use Phpml\Preprocessing\Normalizer; |
13 | 13 | use Phpml\IncrementalEstimator; |
14 | -use Phpml\Helper\PartiallyTrainable; |
|
15 | 14 | |
16 | 15 | class Perceptron implements Classifier, IncrementalEstimator |
17 | 16 | { |