-
- Downloads
[SPARK-6113] [ML] Small cleanups after original tree API PR
This does a few clean-ups. With this PR, all spark.ml tree components have ```private[ml]``` constructors. CC: mengxr Author: Joseph K. Bradley <joseph@databricks.com> Closes #5567 from jkbradley/dt-api-dt2 and squashes the following commits: 2263b5b [Joseph K. Bradley] Added note about tree example issue. bb9f610 [Joseph K. Bradley] Small cleanups after original tree API PR
Showing
- examples/src/main/scala/org/apache/spark/examples/ml/DecisionTreeExample.scala 19 additions, 6 deletions...la/org/apache/spark/examples/ml/DecisionTreeExample.scala
- mllib/src/main/scala/org/apache/spark/ml/impl/tree/treeParams.scala 2 additions, 2 deletions...main/scala/org/apache/spark/ml/impl/tree/treeParams.scala
- mllib/src/main/scala/org/apache/spark/ml/tree/Split.scala 4 additions, 3 deletionsmllib/src/main/scala/org/apache/spark/ml/tree/Split.scala
Loading
Please register or sign in to comment