Skip to content

Commit 7fc9545

Browse files
committed
added docs
1 parent ce004a1 commit 7fc9545

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mllib/src/main/scala/org/apache/spark/mllib/tree/DecisionTree.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,8 @@ object DecisionTree extends Serializable with Logging {
334334
* @param filters Filters for all nodes at a given level
335335
* @param splits possible splits for all features
336336
* @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.
337339
* @return array of splits with best splits for all nodes at a given level.
338340
*/
339341
private def findBestSplitsPerGroup(

0 commit comments

Comments
 (0)