Passed
Push — master ( 12b8b1...5b373f )
by Arkadiusz
04:53
created
src/Phpml/DimensionReduction/LDA.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 namespace Phpml\DimensionReduction;
6 6
 
7 7
 
8
-use Phpml\Math\Statistic\Mean;
9 8
 use Phpml\Math\Matrix;
10 9
 
11 10
 class LDA extends EigenTransformerBase
Please login to merge, or discard this patch.