kmeans_pytorch icon indicating copy to clipboard operation
kmeans_pytorch copied to clipboard

Input of the same data leads to different results.

Open zchwang opened this issue 2 years ago • 1 comments

Hi,

I tried to cluster the same data with Kmeans_pytorch, but got different clustering results. What is the cause of this?

Looking forward to your reply.

zchwang avatar Nov 24 '22 09:11 zchwang

Haven't went through the code, but K-means itself is an inherently random algorithm and the outcome depends on the initialization. However, I think for an easily clustering dataset, the difference in the outcomes should be minimal.

qbeer avatar Nov 22 '23 08:11 qbeer