You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2018/12/11 20:40:26 UTC

[GitHub] srowen commented on a change in pull request #23292: [SPARK-19827][R][FOLLOWUP] spark.ml R API for PIC

srowen commented on a change in pull request #23292: [SPARK-19827][R][FOLLOWUP] spark.ml R API for PIC
URL: https://github.com/apache/spark/pull/23292#discussion_r240782706
 
 

 ##########
 File path: R/pkg/R/mllib_fpm.R
 ##########
 @@ -183,8 +183,8 @@ setMethod("write.ml", signature(object = "FPGrowthModel", path = "character"),
 #' @return A complete set of frequent sequential patterns in the input sequences of itemsets.
 #'         The returned \code{SparkDataFrame} contains columns of sequence and corresponding
 #'         frequency. The schema of it will be:
-#'         \code{sequence: ArrayType(ArrayType(T))} (T is the item type)
-#'         \code{freq: Long}
+#'         \code{sequence: ArrayType(ArrayType(T))}, \code{freq: integer}
+#'         where T is the item type
 
 Review comment:
   Yeah I wanted to fix both here while we're at it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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