We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d695034 commit 9be2534Copy full SHA for 9be2534
mllib/src/main/scala/org/apache/spark/mllib/clustering/GaussianMixtureModel.scala
@@ -38,7 +38,7 @@ class GaussianMixtureModel(
38
val sigma: Array[Matrix]) extends Serializable {
39
40
/** Number of gaussians in mixture */
41
- def k: Int = weight.length;
+ def k: Int = weight.length
42
43
/** Maps given points to their cluster indices. */
44
def predict(points: RDD[Vector]): (RDD[Array[Double]],RDD[Int]) = {
0 commit comments