Skip to content
Snippets Groups Projects
Commit 5c639d70 authored by Reza Zadeh's avatar Reza Zadeh
Browse files

0index docs

parent c9b4845b
No related branches found
No related tags found
No related merge requests found
...@@ -463,7 +463,7 @@ such values, then the dimensions of the return will be: ...@@ -463,7 +463,7 @@ such values, then the dimensions of the return will be:
* *U* is *m x k* and satisfies U^T*U = eye(k). * *U* is *m x k* and satisfies U^T*U = eye(k).
* *V* is *n x k* and satisfies V^TV = eye(k). * *V* is *n x k* and satisfies V^TV = eye(k).
All input and output is expected in sparse matrix format, 1-indexed All input and output is expected in sparse matrix format, 0-indexed
as tuples of the form ((i,j),value) all in as tuples of the form ((i,j),value) all in
SparseMatrix RDDs. Below is example usage. SparseMatrix RDDs. Below is example usage.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment