Hi, I used the synthetic data to test the kmeans method. And I write the code own to convert center points to sequecefiles. Then I ran the kmeans with parameter( -i input -o output -c center -x 3 -cd 1 -cl) , I compared the dumped clusteredPoints with the result of scikit-learn kmens result, it's totally different. I'm very confused.
Does anybody ever run kmeans with center points provided and compare the result with other ml-library?