Github user holdenk commented on a diff in the pull request:
https://github.com/apache/spark/pull/15913#discussion_r89199882
--- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeModels.scala ---
@@ -95,11 +95,6 @@ private[ml] trait TreeEnsembleModel[M <:
DecisionTreeModel] {
/** Trees in this ensemble. Warning: These have null parent Estimators.
*/
def trees: Array[M]
- /**
- * Number of trees in ensemble
- */
- val getNumTrees: Int = trees.length
--- End diff --
Is there a reason this was moved? It seems unrelated to the cleanup
described in the title.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]