Skip to content

Commit

Permalink
minor: added doc for maxMemory parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
manishamde committed Apr 22, 2014
1 parent 2f6072c commit 2f1e093
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ import org.apache.spark.mllib.tree.configuration.QuantileStrategy._
* k) implies the feature n is categorical with k categories 0,
* 1, 2, ... , k-1. It's important to note that features are
* zero-indexed.
* @param maxMemory maximum memory in MB allocated to histogram aggregation. Default value is
* 128 MB.
*
*/
@Experimental
class Strategy (
Expand Down

0 comments on commit 2f1e093

Please sign in to comment.