-
- Downloads
[SPARK-19291][SPARKR][ML] spark.gaussianMixture supports output log-likelihood.
## What changes were proposed in this pull request? ```spark.gaussianMixture``` supports output total log-likelihood for the model like R ```mvnormalmixEM```. ## How was this patch tested? R unit test. Author: Yanbo Liang <ybliang8@gmail.com> Closes #16646 from yanboliang/spark-19291.
Showing
- R/pkg/R/mllib_clustering.R 3 additions, 2 deletionsR/pkg/R/mllib_clustering.R
- R/pkg/inst/tests/testthat/test_mllib_clustering.R 7 additions, 0 deletionsR/pkg/inst/tests/testthat/test_mllib_clustering.R
- mllib/src/main/scala/org/apache/spark/ml/r/GaussianMixtureWrapper.scala 9 additions, 3 deletions.../scala/org/apache/spark/ml/r/GaussianMixtureWrapper.scala
Please register or sign in to comment