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.
我的代码:
wine_Manhanttan <- SimpleKMeans(wine, Weka_control(N=3, V=T, A = "weka.core.ManhanttanDistance"))
返回:
.jcall 中的错误(集群,“V”,“buildClusterer”,实例):java.lang.ClassNotFoundException
尝试将 SimpleKMeans 默认欧几里得距离更改为曼哈顿距离。