Passed
Push — master ( c0463a...e1854d )
by Arkadiusz
02:54
created
src/Phpml/Classification/Linear/Perceptron.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
         return $this->trainByLabel($samples, $targets, $labels);
98 98
     }
99 99
 
100
-   /**
100
+    /**
101 101
      * @param array $samples
102 102
      * @param array $targets
103 103
      * @param array $labels
Please login to merge, or discard this 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.