Details
-
Question
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
0.7
-
None
-
Mac OS X 10.6.8
Eclipse 3.5
Description
I'm reading the book 《Mahout In Action》 and i'd like to try the code myself.
But i found lots of the code can't run(Most of the issues are method can't be found).
1、RandomSeedGenerator.chooseRandomPoints(pointVectors, k); chooseRandomPoints can't be found.
2、new Cluster(v, clusterId++, measure); the constructor can't be found.
there are many of these kind of issues.
Can anyone tell me how to find those methods ?