[SYSTEMML-666] Fix matrix representation example in decision tree docs

Fix provided by Stacey Ronaghan.

Closes #138.


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

Branch: refs/heads/gh-pages
Commit: 4fdd5e1cc2f90dc85a54ad74919898c7313ba67b
Parents: dadad93
Author: Deron Eriksson <[email protected]>
Authored: Mon May 9 16:00:49 2016 -0700
Committer: Deron Eriksson <[email protected]>
Committed: Mon May 9 16:00:49 2016 -0700

----------------------------------------------------------------------
 algorithms-classification.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/4fdd5e1c/algorithms-classification.md
----------------------------------------------------------------------
diff --git a/algorithms-classification.md b/algorithms-classification.md
index aa902ea..2488a8c 100644
--- a/algorithms-classification.md
+++ b/algorithms-classification.md
@@ -1460,7 +1460,7 @@ its matrix representation.
 |-------|-------|-------|-------|-------|-------
 | Row 1 |   1   |   2   |   3   |   6   |   7
 | Row 2 |   1   |   0   |   1   |   0   |   0
-| Row 3 |   3   |   5   |   0   |   0   |   0
+| Row 3 |   3   |   0   |   5   |   0   |   0
 | Row 4 |   1   |   1   |   2   |   2   |   1
 | Row 5 |   1   |   0   |   2   |   0   |   0
 | Row 6 | 0.45  |   0   |   2   |   0   |   0

Reply via email to