Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
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
resolve conflict
  • Loading branch information
YY-OnCall committed Mar 23, 2017
commit 9e908d0d88ce15781b7de87f4e24c6b8ba9dc2a4
4 changes: 2 additions & 2 deletions mllib/src/main/scala/org/apache/spark/ml/fpm/FPGrowth.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ private[fpm] trait FPGrowthParams extends Params with HasPredictionCol {
def getMinSupport: Double = $(minSupport)

/**
* Number of partitions ( >= 1) used by parallel FP-growth. By default the param is not set,
* and partition number of the input dataset is used.
* Number of partitions (at least 1) used by parallel FP-growth. By default the param is not
* set, and partition number of the input dataset is used.
* @group expertParam
*/
@Since("2.2.0")
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.