Skip to content

Commit 31bc0c9

Browse files
committed
whitespace
1 parent a948adb commit 31bc0c9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/seeding.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,6 @@ function initseeds_by_costs!(iseeds::IntegerVector, alg::KmCentralityAlg,
244244

245245
# scores[j] = \sum_j costs[i,j] / (\sum_{j'} costs[i,j'])
246246
# = costs[i,j] * coefs[i]
247-
#
248-
# So this is matrix-vector multiplication
249247
scores = costs'coefs
250248

251249
# lower score indicates better seeds

test/kmeans.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,5 @@ end
173173
end
174174
end
175175
end
176+
176177
end

0 commit comments

Comments
 (0)