0

I do not think gaussian mixture model is available in mllib yet. I am wondering if any good Scala/Java implementation of GMM (suitable for large data) is available elsewhere. Please let me know.

Thanks and regards,

zero323
  • 322,348
  • 103
  • 959
  • 935
learning_spark
  • 669
  • 1
  • 8
  • 19

2 Answers2

1

It is available in Spark MLlib now:

http://spark.apache.org/docs/latest/mllib-clustering.html#gaussian-mixture

Soumya Kanti
  • 1,429
  • 1
  • 17
  • 28
0

Have a look at https://issues.apache.org/jira/browse/SPARK-4156 It is still under progress. We can expect it soon in MLLib.

Hrishikesh
  • 47
  • 1
  • 13