Skip to content

Commit 9be2534

Browse files
committed
Style issue
1 parent d695034 commit 9be2534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/mllib/clustering/GaussianMixtureModel.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class GaussianMixtureModel(
3838
val sigma: Array[Matrix]) extends Serializable {
3939

4040
/** Number of gaussians in mixture */
41-
def k: Int = weight.length;
41+
def k: Int = weight.length
4242

4343
/** Maps given points to their cluster indices. */
4444
def predict(points: RDD[Vector]): (RDD[Array[Double]],RDD[Int]) = {

0 commit comments

Comments
 (0)