• Top
  • New

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

by maddy1512 on 6/26/2019, 6:11:43 AM with 1 comments
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!

  • by natalyarostova on 6/26/2019, 7:51:40 PM

    Something like https://en.wikipedia.org/wiki/Disjoint-set_data_structure ?