Uh oh!
There was an error while loading. Please reload this page.
[SPARK-5019] Update GMM API to use MultivariateGaussian - #3911
Conversation
SparkQA
commented
Jan 6, 2015
Test build #25103 has started for PR 3911 at commit
|
SparkQA
commented
Jan 6, 2015
Test build #25103 has finished for PR 3911 at commit
|
AmplabJenkins
commented
Jan 6, 2015
Test FAILed. |
SparkQA
commented
Jan 6, 2015
Test build #25104 has started for PR 3911 at commit
|
SparkQA
commented
Jan 6, 2015
Test build #25104 has finished for PR 3911 at commit
|
AmplabJenkins
commented
Jan 6, 2015
Test PASSed. |
jkbradley
commented
Jan 26, 2015
@Lewuathe Could you please close this PR since it was fixed by [https://github.com//pull/4088]? Thanks! |
Lewuathe
commented
Jan 26, 2015
@jkbradley Sorry. I close this PR. Thank you. |
GMM should have the public accessor for
MultivariateGaussianmodel list.With this api, gaussian parameters can be obtain through
MultivariateGaussian. Therefore previous mu and sigma array become private.