Fixed bug caused by numpy arrays and KMeansClustering.
The KCuster constructor now accepts an optional function to test for item equality. If the clusters contain numpy arrays, you can pass "numpy.array_equals".
Log in to post a comment.