TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Ask HN: Best way to group data using machine learning without clustering?
4 点
作者
maddy1512
将近 6 年前
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
将近 6 年前
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> ?