Skip to content

Commit

Permalink
readme fixes - more
Browse files Browse the repository at this point in the history
  • Loading branch information
ririw committed Aug 29, 2012
1 parent 3ae6636 commit f7f4b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ EuclidianNMF, with <i>r</i> as the inner dimension for <i>W</i> and <i>H</i>.

v = new SparseMatrix(...)
// set up v
val factored = newe EuclidianNMF(v, r, minimumDistance, maxIterations)
val factored = new EuclidianNMF(v, r, minimumDistance, maxIterations)
val wmat = factored.w
val hmat = factored.h

Expand Down

0 comments on commit f7f4b59

Please sign in to comment.