Github user wangmiao1981 commented on a diff in the pull request:
https://github.com/apache/spark/pull/16150#discussion_r91232450
--- Diff: R/pkg/R/mllib.R ---
@@ -1389,7 +1399,9 @@ setMethod("spark.gaussianMixture", signature(data =
"SparkDataFrame", formula =
# Get the summary of a multivariate gaussian mixture model
#' @param object a fitted gaussian mixture model.
-#' @return \code{summary} returns the model's lambda, mu, sigma, k, dim
and posterior.
+#' @return \code{summary} returns summary of the fitted model, which is a
list.
+#' The list includes the model's \code{lambda} (lambda), \code{mu}
(mu),
+#' \code{sigma} (sigma), and \code{posterior} (posterior).
--- End diff --
Same reason as the above one.
---
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]