TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Ask HN: Best way to group data using machine learning without clustering?
4 points
by
maddy1512
almost 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
natalyarostova
almost 6 years ago
Something like <a href="https://en.wikipedia.org/wiki/Disjoint-set_data_structure" rel="nofollow">https://en.wikipedia.org/wiki/Disjoint-set_data_structure</a> ?