Skip to content

Commit

Permalink
Style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaloppo committed Dec 16, 2014
1 parent d695034 commit 9be2534
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class GaussianMixtureModel(
val sigma: Array[Matrix]) extends Serializable {

/** Number of gaussians in mixture */
def k: Int = weight.length;
def k: Int = weight.length

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

0 comments on commit 9be2534

Please sign in to comment.