Skip to content

Commit

Permalink
Update src/clustering_quality.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Stukalov <[email protected]>
  • Loading branch information
jaksle and alyst authored Oct 9, 2023
1 parent 7c2b0c4 commit 9da9727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clustering_quality.jl
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function _cluquality_davies_bouldin(
)

k = size(centers, 2)
c_idx = axes(centers,2)
c_idx = axes(centers, 2)

cluster_samples = _gather_samples(assignments, k)

Expand Down

0 comments on commit 9da9727

Please sign in to comment.