Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
manishamde committed May 6, 2014
1 parent 4731cda commit 5eca9e4
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 5eca9e4

Please sign in to comment.