-
- Downloads
[SPARK-16446][SPARKR][ML] Gaussian Mixture Model wrapper in SparkR
## What changes were proposed in this pull request? Gaussian Mixture Model wrapper in SparkR, similarly to R's ```mvnormalmixEM```. ## How was this patch tested? Unit test. Author: Yanbo Liang <ybliang8@gmail.com> Closes #14392 from yanboliang/spark-16446.
Showing
- R/pkg/NAMESPACE 2 additions, 1 deletionR/pkg/NAMESPACE
- R/pkg/R/generics.R 7 additions, 0 deletionsR/pkg/R/generics.R
- R/pkg/R/mllib.R 137 additions, 2 deletionsR/pkg/R/mllib.R
- R/pkg/inst/tests/testthat/test_mllib.R 62 additions, 0 deletionsR/pkg/inst/tests/testthat/test_mllib.R
- mllib/src/main/scala/org/apache/spark/ml/r/GaussianMixtureWrapper.scala 128 additions, 0 deletions.../scala/org/apache/spark/ml/r/GaussianMixtureWrapper.scala
- mllib/src/main/scala/org/apache/spark/ml/r/RWrappers.scala 2 additions, 0 deletionsmllib/src/main/scala/org/apache/spark/ml/r/RWrappers.scala
Loading
Please register or sign in to comment