You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Sebastian Schelter (JIRA)" <ji...@apache.org> on 2010/07/11 16:43:51 UTC

[jira] Created: (MAHOUT-440) Convenient usage of RowSimilarityJob and ItemSimilarityJob

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


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.


[jira] Updated: (MAHOUT-440) Convenient usage of RowSimilarityJob and ItemSimilarityJob

Posted by "Sebastian Schelter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastian Schelter updated MAHOUT-440:
--------------------------------------

    Status: Patch Available  (was: Open)

> 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.


[jira] Commented: (MAHOUT-440) Convenient usage of RowSimilarityJob and ItemSimilarityJob

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12887904#action_12887904 ] 

Hudson commented on MAHOUT-440:
-------------------------------

Integrated in Mahout-Quality #131 (See [http://hudson.zones.apache.org/hudson/job/Mahout-Quality/131/])
    MAHOUT-440


> 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
>            Assignee: Sean Owen
>             Fix For: 0.4
>
>         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.


[jira] Updated: (MAHOUT-440) Convenient usage of RowSimilarityJob and ItemSimilarityJob

Posted by "Sebastian Schelter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastian Schelter updated MAHOUT-440:
--------------------------------------

    Attachment: MAHOUT-440.patch

> 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.


[jira] Commented: (MAHOUT-440) Convenient usage of RowSimilarityJob and ItemSimilarityJob

Posted by "Sebastian Schelter (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12887295#action_12887295 ] 

Sebastian Schelter commented on MAHOUT-440:
-------------------------------------------

I think that's a very good idea.

> 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.


[jira] Commented: (MAHOUT-440) Convenient usage of RowSimilarityJob and ItemSimilarityJob

Posted by "Sean Owen (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Updated: (MAHOUT-440) Convenient usage of RowSimilarityJob and ItemSimilarityJob

Posted by "Sean Owen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen updated MAHOUT-440:
-----------------------------

           Status: Resolved  (was: Patch Available)
         Assignee: Sean Owen
    Fix Version/s: 0.4
       Resolution: Fixed

> 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
>            Assignee: Sean Owen
>             Fix For: 0.4
>
>         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.