|
|
+
jeanbabyxu 2012-03-22, 20:07
-
Re: How to add classes into mahout-score-0.5-job.jar?Sean Owen 2012-03-22, 20:55
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 <[EMAIL PROTECTED]> 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 directory] > " > > My question is : how to find out the directory for the dependent classes? > Can anyone post an example if possible? For example, I would like to add > SIMILARITY_EUCLEDEAN_DISTANCE which I don't think is contained in > mahout-core-0.5-job.jar yet. > > -- > View this message in context: http://lucene.472066.n3.nabble.com/How-to-add-classes-into-mahout-score-0-5-job-jar-tp3849565p3849565.html > Sent from the Mahout User List mailing list archive at Nabble.com. +
Isabel Drost 2012-03-28, 07:00
|