Github user felixcheung commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17170#discussion_r108735289
  
    --- Diff: R/pkg/R/mllib_fpm.R ---
    @@ -99,7 +99,10 @@ setMethod("spark.fpGrowth", signature(data = 
"SparkDataFrame"),
     # Get frequent itemsets.
     
     #' @param object a fitted FPGrowth model.
    -#' @return A DataFrame with frequent itemsets.
    +#' @return A \code{DataFrame} with frequent itemsets.
    --- End diff --
    
    Actually, sorry we need to change `DataFrame` to `SparkDataFrame` in R


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to