clusters icon indicating copy to clipboard operation
clusters copied to clipboard

Cluster analysis library for Golang

Results 6 clusters issues
Sort by recently updated
recently updated
newest added

go test is currently broken and fails with: ./csv_importer_test.go:44:3: Error call has possible formatting directive %v Simple little fix to address that.

No matter how my sample points are spread out (often very obviously clustered), Estimate() always returns 1. TestKmeansEstimator(t *testing.T) uses 1 as the expected value also, is this a temporary...

I fail to get any results from OPTICS. The returned cluster indices are always 0. With some settings of eps there are panics. What does the ci argument mean. Can...

DBSCAN Guesses() can sometimes return indices of -1. Not supposed to happen i guess? Besides that, there seems always to be a cluster with just one point as the last...

Hi, I hope this message finds you well. I'm raising this PR to fix negative wait group value when DBSCAN is utilising multiple threads. Issue: The division used to calculate...