Skip to content

Commit c80ec10

Browse files
committed
fix R doc
1 parent 1cc6560 commit c80ec10

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

R/pkg/R/mllib_fpm.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,12 @@ setMethod("spark.freqItemsets", signature(object = "FPGrowthModel"),
122122
# Get association rules.
123123

124124
#' @return A \code{SparkDataFrame} with association rules.
125-
#' The \code{SparkDataFrame} contains four columns:
125+
#' The \code{SparkDataFrame} contains five columns:
126126
#' \code{antecedent} (an array of the same type as the input column),
127127
#' \code{consequent} (an array of the same type as the input column),
128128
#' \code{condfidence} (confidence for the rule)
129-
#' and \code{lift} (lift for the rule)
129+
#' \code{lift} (lift for the rule)
130+
#' and \code{support} (support for the rule)
130131
#' @rdname spark.fpGrowth
131132
#' @aliases associationRules,FPGrowthModel-method
132133
#' @note spark.associationRules(FPGrowthModel) since 2.2.0

0 commit comments

Comments
 (0)