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

    https://github.com/apache/spark/pull/21710#discussion_r203481597
  
    --- Diff: R/pkg/R/generics.R ---
    @@ -1415,6 +1415,13 @@ setGeneric("spark.freqItemsets", function(object) { 
standardGeneric("spark.freqI
     #' @rdname spark.fpGrowth
     setGeneric("spark.associationRules", function(object) { 
standardGeneric("spark.associationRules") })
     
    +#' @rdname spark.prefixSpan
    +setGeneric("spark.prefixSpan", function(...) { 
standardGeneric("spark.prefixSpan") })
    +
    +#' @rdname spark.prefixSpan
    --- End diff --
    
    OK thanks. I guess I will keep both spark.prefixSpan and 
spark.findFrequentSequentialPatterns in the same rd. 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to