TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Disjoint-set_data_structure" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Disjoint-set_data_structure</a> ?