scikit-learn/sklearn/mixture
Olivier Grisel 795a6168b4 FIX: use clip(0) instead of abs()
This removes spurious tiny negatives from the output of eig.
2014-05-19 11:22:07 +02:00
..
tests FIX numerical stability in GMM with eigh sampling 2014-05-15 15:37:33 +02:00
__init__.py Add __all__ for the second half of the scikit 2012-09-04 18:00:49 +01:00
dpgmm.py ENH factor out squared norm helper 2014-04-08 23:02:54 +02:00
gmm.py FIX: use clip(0) instead of abs() 2014-05-19 11:22:07 +02:00