2012-07-03 86 views
0

我正在閱讀「Mahout In Action」一書,我想親自嘗試一下代碼。Mahout在版本0.7下缺少方法

但我發現很多代碼無法運行(大部分問題都是找不到的方法)。

1,RandomSeedGenerator.chooseRandomPoints(pointVectors,k);選擇隨機點無法找到。

2,新羣集(v,clusterId ++,measure);無法找到構造函數。

有很多這類問題。

誰能告訴我如何找到這些方法?

回答

2

書寫爲&測試Mahout 0.5。您可以使用examples for book查看存儲庫中的mahout-0.7分支。

+0

https://github.com/tdunning/MiA/blob/master/src/main/java/mia/clustering/ch09/KMeansClustering.java 該代碼沒有更新。 – MrROY

+0

你需要切換到'mahout-0.7'分支!例如,https://github.com/dunning/MiA/blob/mahout-0.7/src/main/java/mia/clustering/ch09/KMeansClustering.java –