Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/17170#discussion_r104594383
--- Diff: R/pkg/R/generics.R ---
@@ -1420,6 +1420,17 @@ setGeneric("spark.posterior", function(object,
newData) { standardGeneric("spark
#' @export
setGeneric("spark.perplexity", function(object, data) {
standardGeneric("spark.perplexity") })
+#' @rdname spark.fpGrowth
+#' @export
+setGeneric("spark.fpGrowth", function(data, ...) {
standardGeneric("spark.fpGrowth") })
+
+#' @rdname spark.fpGrowth
+#' @export
+setGeneric("freqItemsets", function(object) {
standardGeneric("freqItemsets") })
--- End diff --
we seems to follow the pattern `spark.something` - see LDA. do you think it
makes sense here too?
---
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]