Passed
Pull Request — master (#78)
by
unknown
02:57
created
src/Phpml/Classification/Linear/Perceptron.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.