Github user felixcheung commented on a diff in the pull request:

    https://github.com/apache/spark/pull/16150#discussion_r91231272
  
    --- 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 --
    
    missing k, dim?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to