You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error using gacPartial_sort
Rank is out of the range.
Error in gacMink (line 11)
[sortedDist, NNIndex] = gacPartial_sort(X, k, dim);
Error in gacBuildDigraph_c (line 24)
[sortedDist,NNIndex] = gacMink(distance_matrix,max(K+1,4),2);
Error in gdlCluster (line 38)
[graphW, NNIndex] = gacBuildDigraph_c(distance_matrix, K, a);
I get this error when using gdlCluster
The distance matrix
Columns 1 through 9
Column 10
The text was updated successfully, but these errors were encountered: