Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected Clustering Result with Given Parameters #643

Open
yata0 opened this issue Jun 26, 2024 · 0 comments
Open

Unexpected Clustering Result with Given Parameters #643

yata0 opened this issue Jun 26, 2024 · 0 comments

Comments

@yata0
Copy link

yata0 commented Jun 26, 2024

I've encountered an unexpected behavior in the clustering of my text corpus. The corpus contains the following texts:

  • text1
  • text2
  • text3
    Based on the distance metric used, it is observed that dist(text1, text2) < dist(text1, text3). However, the clustering algorithm has grouped text1 with text3 and identified text2 as an isolated point. This result is contrary to my expectations.

Parameters Used:

  • min_cluster_size = 2
  • min_samples = 2
  • distance: Euclidean distance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant