You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2014/01/22 23:02:28 UTC

[45/50] git commit: 0index docs

0index docs


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/5c639d70
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/5c639d70
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/5c639d70

Branch: refs/heads/master
Commit: 5c639d70df3da48bb52841aa57074ec151bb61cf
Parents: c9b4845
Author: Reza Zadeh <ri...@gmail.com>
Authored: Fri Jan 17 14:31:39 2014 -0800
Committer: Reza Zadeh <ri...@gmail.com>
Committed: Fri Jan 17 14:31:39 2014 -0800

----------------------------------------------------------------------
 docs/mllib-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/5c639d70/docs/mllib-guide.md
----------------------------------------------------------------------
diff --git a/docs/mllib-guide.md b/docs/mllib-guide.md
index 89ac64a..5be8ce1 100644
--- a/docs/mllib-guide.md
+++ b/docs/mllib-guide.md
@@ -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).
 * *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
 SparseMatrix RDDs. Below is example usage.