Skip to content

Commit 563014a

Browse files
committed
remove commented code
1 parent f773f92 commit 563014a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/confusion.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ function confusion(a::AbstractVector{<:Integer}, b::AbstractVector{<:Integer})
2828

2929
t2 = sum(abs2, c) # sum over rows & columns of nij^2
3030
t3 = nis+njs
31-
#println("n: $n")
3231
C = Int[(t2-n)/2 (nis-t2)/2; (njs-t2)/2 (t2+n^2-t3)/2]
33-
#println("C: $C")
3432
return C
3533
end
3634
confusion(a::ClusteringResult, b::ClusteringResult) =

0 commit comments

Comments
 (0)