syxiaa / ball-k-means

Apache License 2.0
33 stars 10 forks source link

The results are inconsistent with the paper. #4

Closed ShenfeiPei closed 2 years ago

ShenfeiPei commented 2 years ago

I ran the algorithm on Epileptic with k=50, and the centers are read from Eplic3.csv. However, the number of calculating distances of the version of ring and no ring are 3.5E6 and 16.1E6 respectively, which is not consistent with the result shown in Table 3 in the paper.

syxiaa commented 2 years ago

Hello dear reader, I just checked your question. Your experimental results are correct, except that the scientific notation used in our paper only retains one digit.

------------------ 原始邮件 ------------------ 发件人: "syxiaa/ball-k-means" @.>; 发送时间: 2022年4月16日(星期六) 上午10:01 @.>; @.***>; 主题: [syxiaa/ball-k-means] The results are inconsistent with the paper. (Issue #4)

I ran the algorithm on Epileptic with k=50, and the centers are read from Eplic3.csv. However, the number of calculating distances of the version of ring and no ring are 3.5E6 and 16.1E6 respectively, which is not consistent with the result shown in Table 3 in the paper.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

ShenfeiPei commented 2 years ago

I get it, thx for your reply.

ShenfeiPei commented 2 years ago

I get it, thx for your reply.