Skip to content

Commit

Permalink
dead space
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcheung committed Apr 4, 2017
1 parent 5fee9e7 commit e4e03ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/pkg/R/mllib_fpm.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ setClass("FPGrowthModel", slots = list(jobj = "jobj"))
#' FP-growth
#'
#' A parallel FP-growth algorithm to mine frequent itemsets.

#' \code{spark.fpGrowth} fits a FP-growth model on a SparkDataFrame. Users can
#' \code{spark.freqItemsets} to get frequent itemsets, \code{spark.associationRules} to get
#' association rules, \code{predict} to make predictions on new data based on generated association
Expand Down

0 comments on commit e4e03ea

Please sign in to comment.