Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
grammar
  • Loading branch information
manishamde committed May 6, 2014
commit 5eca9e4fbd0e27e335d5cea0bf26b1a436be0457
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ object DecisionTree extends Serializable with Logging {
private val InvalidBinIndex = -1

/**
* Returns an array of optimal splits for all nodes at a given level. Splits the tasks into
* multiple groups if the level-wise training tasks could lead to memory overflow.
* Returns an array of optimal splits for all nodes at a given level. Splits the task into
* multiple groups if the level-wise training task could lead to memory overflow.
*
* @param input RDD of [[org.apache.spark.mllib.regression.LabeledPoint]] used as training data
* for DecisionTree
Expand Down