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.
如何确定给定的距离度量是否合适?
分类还是聚类?
对于分类,使用提供最高交叉验证准确度的任何一个(或您需要的任何质量度量)。
对于集群,您需要为集群质量选择一个标准,并选择能够为您提供最佳集群质量的标准:
http://www.jstor.org/discover/10.2307/2284239?uid=3739448&uid=2&uid=3737720&uid=4&sid=21101924573361(jstor,不是免费的)
该指标很好,如果它适用于您的问题。
在分类上,就这么简单。如果它给出了很好的结果,那就去吧。否则,请尝试不同的指标。