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!
Ask HN: Best way to group data using machine learning without clustering?
1–3 of 3 posts
Re: Ask HN: Best way to group data using machine learning without clustering?
#2[deleted]
Re: Ask HN: Best way to group data using machine learning without clustering?
#3Something like https://en.wikipedia.org/wiki/Disjoint-set_data_structure ?