You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by na...@apache.org on 2017/06/07 05:19:28 UTC

incubator-systemml git commit: [Doc] Change PCA scale value in documentation

Repository: incubator-systemml
Updated Branches:
  refs/heads/master 7bba47409 -> 6b377319e


[Doc] Change PCA scale value in documentation

Closes #530


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/6b377319
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/6b377319
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/6b377319

Branch: refs/heads/master
Commit: 6b377319e205734c8f26ba28bd18d9e720151d7e
Parents: 7bba474
Author: krishnakalyan3 <kr...@gmail.com>
Authored: Tue Jun 6 22:18:51 2017 -0700
Committer: Nakul Jindal <na...@gmail.com>
Committed: Tue Jun 6 22:18:51 2017 -0700

----------------------------------------------------------------------
 docs/algorithms-matrix-factorization.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/6b377319/docs/algorithms-matrix-factorization.md
----------------------------------------------------------------------
diff --git a/docs/algorithms-matrix-factorization.md b/docs/algorithms-matrix-factorization.md
index 9af8c19..8777130 100644
--- a/docs/algorithms-matrix-factorization.md
+++ b/docs/algorithms-matrix-factorization.md
@@ -113,7 +113,7 @@ SystemML Language Reference for details.
                             -nvargs INPUT=/user/ml/input.mtx
                                     K=10
                                     CENTER=1
-                                    SCALE=1O
+                                    SCALE=1
                                     FMT=csv
                                     PROJDATA=1
                                     OUTPUT=/user/ml/pca_output/
@@ -129,7 +129,7 @@ SystemML Language Reference for details.
                                  -nvargs INPUT=/user/ml/input.mtx
                                          K=10
                                          CENTER=1
-                                         SCALE=1O
+                                         SCALE=1
                                          FMT=csv
                                          PROJDATA=1
                                          OUTPUT=/user/ml/pca_output/
@@ -142,7 +142,7 @@ SystemML Language Reference for details.
                             -nvargs INPUT=/user/ml/test_input.mtx
                                     K=10
                                     CENTER=1
-                                    SCALE=1O
+                                    SCALE=1
                                     FMT=csv
                                     PROJDATA=1
                                     MODEL=/user/ml/pca_output/
@@ -159,7 +159,7 @@ SystemML Language Reference for details.
                                  -nvargs INPUT=/user/ml/test_input.mtx
                                          K=10
                                          CENTER=1
-                                         SCALE=1O
+                                         SCALE=1
                                          FMT=csv
                                          PROJDATA=1
                                          MODEL=/user/ml/pca_output/