Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/21710#discussion_r203147694
--- 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 --
`findFrequentSequentialPatterns`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]