fvpolpeta / devide

Automatically exported from code.google.com/p/devide
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Move pca() from FitEllipsoidToMask to misc_kit or numpy_kit #46

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I made a nice numpy-based N-D pca routine in FitEllipsoidToMask that takes
a list of points and spits out principal components and what not.

This should be moved out and into either the misc_kit or the numpy_kit.

Original issue reported on code.google.com by cpbotha on 30 Mar 2008 at 10:56