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
Comparing several quality indices, (thanks for these). These knn graph methods :dunn and :sillouette (which rely on graphical structures) have a hard termination and forced restart. In Pluto the error message is simply:
Malt.TerminatedWorkerException()
This is on julia 1.10.2+0.aarch64.apple.darwin14 with Clustering v"0.15.7"
I have 1.4 million datapoints, and 200 clusters. I don't know if calculating these indices on this large dataset is feasible?
The text was updated successfully, but these errors were encountered:
For both indices there are variants suitable for large datasets. It requires using different algorithms. It may not be worth it though, choosing a quality index is somewhat subjective anyway, so you may as well choose ones easier to compute.
Comparing several quality indices, (thanks for these). These knn graph methods :dunn and :sillouette (which rely on graphical structures) have a hard termination and forced restart. In Pluto the error message is simply:
Malt.TerminatedWorkerException()
This is on julia 1.10.2+0.aarch64.apple.darwin14 with Clustering v"0.15.7"
I have 1.4 million datapoints, and 200 clusters. I don't know if calculating these indices on this large dataset is feasible?
The text was updated successfully, but these errors were encountered: