-
- Downloads
[SPARK-14814][MLLIB] API: Java compatibility, docs
## What changes were proposed in this pull request? jira: https://issues.apache.org/jira/browse/SPARK-14814 fix a java compatibility function in mllib DecisionTreeModel. As synced in jira, other compatibility issues don't need fixes. ## How was this patch tested? existing ut Author: Yuhao Yang <hhbyyh@gmail.com> Closes #12971 from hhbyyh/javacompatibility.
Showing
- mllib/src/main/scala/org/apache/spark/mllib/tree/model/DecisionTreeModel.scala 2 additions, 2 deletions...org/apache/spark/mllib/tree/model/DecisionTreeModel.scala
- mllib/src/test/java/org/apache/spark/mllib/tree/JavaDecisionTreeSuite.java 10 additions, 0 deletions...va/org/apache/spark/mllib/tree/JavaDecisionTreeSuite.java
Please register or sign in to comment