Github user sethah commented on a diff in the pull request:
https://github.com/apache/spark/pull/12788#discussion_r62104674
--- Diff: docs/ml-clustering.md ---
@@ -104,4 +104,89 @@ Refer to the [Java API
docs](api/java/org/apache/spark/ml/clustering/LDA.html) f
{% include_example java/org/apache/spark/examples/ml/JavaLDAExample.java %}
</div>
+</div>
+
+
+## Gaussian Mixture Model (GMM)
+
+A [Gaussian Mixture
Model](http://en.wikipedia.org/wiki/Mixture_model#Multivariate_Gaussian_mixture_model)
+represents a composite distribution whereby points are drawn from one of
*k* Gaussian sub-distributions,
+each with its own probability. The MLlib implementation uses the
--- End diff --
"The MLlib" -> "The `spark.ml`"
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]