@@ -5,7 +5,6 @@ |
||
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 |