Ask HN: Best way to group data using machine learning without clustering?
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 ?
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!