Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有一个带点的坐标系。人类可以确定它们被排列成聚合。有没有可以将这些点分组的算法?这是一个说明性示例:
这是被称为聚类的一类非常普遍的问题的一部分。鉴于对这个主题进行了大量研究,我怀疑在不了解更多问题的情况下,一个单一的答案就足够了。
我建议你开始看一些基本的,比如k-means clustering。
如果可以使用库,SVM也是一个很好的选择。