[SciPy-user] PCA and Scipy

Andrew Straw strawman at astraw.com
Thu Feb 2 14:34:03 EST 2006


PCA is easily implemented using singular value decomposition, which is 
available in numpy. Sorry I don't have any code available at the moment, 
but hopefully this gives you a start.

Cheers!
Andrew

jaonary at free.fr wrote:

>Hi all,
>I'd like to know if the principal component analysis is already implemented
>elsewhere in scipy. More generaly, how can I find the list of packages and
>modules in scipy, and the algo implemented? The link to the API documentation
>on the web site is not working.
>
>Thank you,
>
>
>Jaonary
>
>_______________________________________________
>SciPy-user mailing list
>SciPy-user at scipy.net
>http://www.scipy.net/mailman/listinfo/scipy-user
>  
>




More information about the SciPy-User mailing list