[ 
https://issues.apache.org/jira/browse/MAHOUT-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12887245#action_12887245
 ] 

Sean Owen commented on MAHOUT-440:
----------------------------------

Mind if I make those SIMILARITY constants a private enum? would probably be a 
little cleaner, since for example you can enumerate all the values in one 
method call.

> Convenient usage of RowSimilarityJob and ItemSimilarityJob
> ----------------------------------------------------------
>
>                 Key: MAHOUT-440
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-440
>             Project: Mahout
>          Issue Type: Improvement
>            Reporter: Sebastian Schelter
>         Attachments: MAHOUT-440.patch
>
>
> I have added those two jobs to the MahoutDriver and made them accept shortcut 
> names for the currently existing similarity implementations, so that users do 
> not have to supply the full classname (e.g. you can call the job now with -s 
> tanimoto-coefficient instead of -s 
> org.apache.mahout.math.hadoop.similarity.vector.DistributedTanimotoCoefficientVectorSimilarity)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to