Repository: incubator-systemml
Updated Branches:
  refs/heads/master 338633784 -> 519352994


[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/51935299
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/51935299
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/51935299

Branch: refs/heads/master
Commit: 519352994b2bc193d2392257327a9b2167cb4922
Parents: 3386337
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

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


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/51935299/docs/algorithms-classification.md
----------------------------------------------------------------------
diff --git a/docs/algorithms-classification.md 
b/docs/algorithms-classification.md
index aa902ea..2488a8c 100644
--- a/docs/algorithms-classification.md
+++ b/docs/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