TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best way to group data using machine learning without clustering?

4 pointsby maddy1512almost 6 years ago
I want to create group of matches(1-1, 1-2, 1-3 or m-m) from the data. I already have test data. Which algorithm should I use? Clustering is not at all helpful!

1 comment

natalyarostovaalmost 6 years ago
Something like <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Disjoint-set_data_structure" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Disjoint-set_data_structure</a> ?