Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
style correction
  • Loading branch information
FlytxtRnD committed Jul 14, 2015
commit 94b56dfa1f6b4e1b9280fb83e2cc70958de0847c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class KMeans private (
} else {
runs
}

val centers = initialModel match {
case Some(kMeansCenters) => {
Array(kMeansCenters.clusterCenters.map(s => new VectorWithNorm(s)))
Expand Down