-
- Downloads
SPARK-5019 [MLlib] - GaussianMixtureModel exposes instances of MultivariateGauss...
This PR modifies GaussianMixtureModel to expose instances of MutlivariateGaussian rather than separate mean and covariance arrays. Author: Travis Galoppo <tjg2107@columbia.edu> Closes #4088 from tgaloppo/spark-5019 and squashes the following commits: 3ef6c7f [Travis Galoppo] In GaussianMixtureModel: Changed name of weight, gaussian to weights, gaussians. Other sources modified accordingly. 091e8da [Travis Galoppo] SPARK-5019 - GaussianMixtureModel exposes instances of MultivariateGaussian rather than mean/covariance matrices
Showing
- examples/src/main/scala/org/apache/spark/examples/mllib/DenseGmmEM.scala 1 addition, 1 deletion...in/scala/org/apache/spark/examples/mllib/DenseGmmEM.scala
- mllib/src/main/scala/org/apache/spark/mllib/clustering/GaussianMixtureEM.scala 2 additions, 7 deletions...org/apache/spark/mllib/clustering/GaussianMixtureEM.scala
- mllib/src/main/scala/org/apache/spark/mllib/clustering/GaussianMixtureModel.scala 9 additions, 12 deletions.../apache/spark/mllib/clustering/GaussianMixtureModel.scala
- mllib/src/test/scala/org/apache/spark/mllib/clustering/GMMExpectationMaximizationSuite.scala 14 additions, 11 deletions...rk/mllib/clustering/GMMExpectationMaximizationSuite.scala
Please register or sign in to comment