Repository: incubator-systemml Updated Branches: refs/heads/gh-pages 4deaaefbd -> c44f6c022
[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/49bd822e Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/49bd822e Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/49bd822e Branch: refs/heads/gh-pages Commit: 49bd822e9950ae804379e2e73cb66e0c827a14bf Parents: 4deaaef Author: krishnakalyan3 <krishnakaly...@gmail.com> Authored: Tue Jun 6 22:18:51 2017 -0700 Committer: Nakul Jindal <naku...@gmail.com> Committed: Tue Jun 6 22:18:51 2017 -0700 ---------------------------------------------------------------------- algorithms-matrix-factorization.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/49bd822e/algorithms-matrix-factorization.md ---------------------------------------------------------------------- diff --git a/algorithms-matrix-factorization.md b/algorithms-matrix-factorization.md index 9af8c19..8777130 100644 --- a/algorithms-matrix-factorization.md +++ b/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/