各位版上的高手好 小弟我從網路上找了範例想在eclipse上執行
現在的問題是有辦法讀資料 卻沒辦法執行 一直出現以下錯誤訊息
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
The method run(Configuration, Path, Path, Path, double, int, boolean,
double, boolean)
in the type KMeansDriver is not applicable for the arguments
(Configuration, Path, Path, Path, EuclideanDistanceMeasure, double, int,
boolean, boolean)
附上程式碼http://i.imgur.com/QWJabHE.png
不知道是什麼地方出了問題 求各位大大幫忙~