We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce004a1 commit 7fc9545Copy full SHA for 7fc9545
mllib/src/main/scala/org/apache/spark/mllib/tree/DecisionTree.scala
@@ -334,6 +334,8 @@ object DecisionTree extends Serializable with Logging {
334
* @param filters Filters for all nodes at a given level
335
* @param splits possible splits for all features
336
* @param bins possible bins for all features
337
+ * @param numGroups total number of node groups at the current level. Default value is set to 1.
338
+ * @param groupIndex index of the node group being processed. Default value is set to 0.
339
* @return array of splits with best splits for all nodes at a given level.
340
*/
341
private def findBestSplitsPerGroup(
0 commit comments