Skip to content

Commit

Permalink
Fixed style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaloppo committed Dec 16, 2014
1 parent 97044cf commit 2df336b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ object DenseGmmEM {
}.cache

val clusters = new GaussianMixtureModelEM()
.setK(k)
.setConvergenceTol(convergenceTol)
.run(data)
.setK(k)
.setConvergenceTol(convergenceTol)
.run(data)

for (i <- 0 until clusters.k) {
println("weight=%f mu=%s sigma=\n%s\n" format
Expand Down

0 comments on commit 2df336b

Please sign in to comment.