Completed
Push — master ( f0a798...cf222b )
by Arkadiusz
02:58
created
src/Phpml/Classification/Linear/Adaline.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,9 +4,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.