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.
如果我使用基于相似性的算法(例如 pearson 相关分数)来比较两个特征向量,并且我想知道那些在特征集中非常不同的维度/特征字段,那么要使用的算法是什么?我正在使用 Mahout,它是 Java 的机器学习库
好吧,这只是两个向量差异最大的维度——其中向量值在维度上的差异的绝对值最大。这真的是你的意思还是你在寻找更微妙的东西?