-
- Downloads
SPARK-5400 [MLlib] Changed name of GaussianMixtureEM to GaussianMixture
Decoupling the model and the algorithm Author: Travis Galoppo <tjg2107@columbia.edu> Closes #4290 from tgaloppo/spark-5400 and squashes the following commits: 9c1534c [Travis Galoppo] Fixed invokation instructions in comments d848076 [Travis Galoppo] SPARK-5400 Changed name of GaussianMixtureEM to GaussianMixture to separate model from algorithm
Showing
- examples/src/main/scala/org/apache/spark/examples/mllib/DenseGaussianMixture.scala 4 additions, 4 deletions...rg/apache/spark/examples/mllib/DenseGaussianMixture.scala
- mllib/src/main/scala/org/apache/spark/mllib/clustering/GaussianMixture.scala 1 addition, 1 deletion...a/org/apache/spark/mllib/clustering/GaussianMixture.scala
- mllib/src/test/scala/org/apache/spark/mllib/clustering/GaussianMixtureSuite.scala 3 additions, 3 deletions.../apache/spark/mllib/clustering/GaussianMixtureSuite.scala
Please register or sign in to comment