-
- Downloads
[SPARK-5987] [MLlib] Save/load for GaussianMixtureModels
Should be self explanatory. Author: MechCoder <manojkumarsivaraj334@gmail.com> Closes #4986 from MechCoder/spark-5987 and squashes the following commits: 7d2cd56 [MechCoder] Iterate over dataframe in a better way e7a14cb [MechCoder] Minor 33c84f9 [MechCoder] Store as Array[Data] instead of Data[Array] 505bd57 [MechCoder] Rebased over master and used MatrixUDT 7422bb4 [MechCoder] Store sigmas as Array[Double] instead of Array[Array[Double]] b9794e4 [MechCoder] Minor cb77095 [MechCoder] [SPARK-5987] Save/load for GaussianMixtureModels
Showing
- docs/mllib-clustering.md 8 additions, 0 deletionsdocs/mllib-clustering.md
- mllib/src/main/scala/org/apache/spark/mllib/clustering/GaussianMixtureModel.scala 91 additions, 5 deletions.../apache/spark/mllib/clustering/GaussianMixtureModel.scala
- mllib/src/test/scala/org/apache/spark/mllib/clustering/GaussianMixtureSuite.scala 37 additions, 15 deletions.../apache/spark/mllib/clustering/GaussianMixtureSuite.scala
Please register or sign in to comment