Skip to content

Commit

Permalink
more README info
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Bailey authored and Stephen Bailey committed Mar 22, 2012
1 parent 8a9de90 commit 3ac4f8f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ return a Model object:

m = lower_rank(data, weights, options...)
m = classic_pca(data) #- but no weights or even options...

Everything is self contained in empca.py . Just put that into your
PYTHONPATH and "pydoc empca" for more details. For a quick test
on toy example data, run

python empca.py

Requires numpy and scipy; will make plots if you have pylab installed.

Stephen Bailey, Spring 2012

0 comments on commit 3ac4f8f

Please sign in to comment.