From 9da97270fd08bbbad6059a8ee170e64da35c278a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=9Al=C4=99zak?= <128084860+jaksle@users.noreply.github.com> Date: Mon, 9 Oct 2023 18:14:57 +0200 Subject: [PATCH] Update src/clustering_quality.jl Co-authored-by: Alexey Stukalov --- src/clustering_quality.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clustering_quality.jl b/src/clustering_quality.jl index f26b5a3d..fa5d944a 100644 --- a/src/clustering_quality.jl +++ b/src/clustering_quality.jl @@ -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)