Commit 0a95085
committed
[SPARK-5496][MLLIB] Allow both classification and Classification in Algo for trees.
to be backward compatible.
Author: Xiangrui Meng <[email protected]>
Closes #4287 from mengxr/SPARK-5496 and squashes the following commits:
a025c53 [Xiangrui Meng] Allow both classification and Classification in Algo for trees.1 parent 54d9575 commit 0a95085
File tree
2 files changed
+7
-2
lines changed- mllib/src
- main/scala/org/apache/spark/mllib/tree/configuration
- test/scala/org/apache/spark/mllib/tree
2 files changed
+7
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
131 | 136 | | |
132 | 137 | | |
133 | 138 | | |
| |||
0 commit comments