Re: How to add classes into mahout-score-0.5-job.jar?

2012-03-28 Thread Isabel Drost
On 22.03.2012 jeanbabyxu wrote: From Chapter 6 of Mahout in Action (page 111) But were you to use your own implementation, you would need to add it and any of its dependent classes into he JAR file as well. This can be accomplished with jar uf mahout-core-0.5-job.jar -C [classes

Re: How to add classes into mahout-score-0.5-job.jar?

2012-03-22 Thread Sean Owen
It is wherever you compiled your own classes -- it's up to you. SIMILARITY_EUCLEDEAN_DISTANCE is not a class. You should use 0.6 anyway. While you may find you have to make minor modifications if following the book, it's 99% compatible. On Thu, Mar 22, 2012 at 8:07 PM, jeanbabyxu