You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Ted Dunning (JIRA)" <ji...@apache.org> on 2011/08/21 06:03:27 UTC

[jira] [Created] (MAHOUT-793) Move MurmurHash to math

Move MurmurHash to math
-----------------------

                 Key: MAHOUT-793
                 URL: https://issues.apache.org/jira/browse/MAHOUT-793
             Project: Mahout
          Issue Type: Bug
            Reporter: Ted Dunning


I am finding a need to use MurmurHash from within math.  So far, it has lived where it started in the encoding stuff.  I would like to move it down.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAHOUT-793) Move MurmurHash to math

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

Hudson commented on MAHOUT-793:
-------------------------------

Integrated in Mahout-Quality #996 (See [https://builds.apache.org/job/Mahout-Quality/996/])
    MAHOUT-793 - move MurmurHash to math module

tdunning : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1160100
Files : 
* /mahout/trunk/core/src/main/java/org/apache/mahout/vectorizer/encoders/CachingValueEncoder.java
* /mahout/trunk/math/src/main/java/org/apache/mahout/math/MurmurHash.java
* /mahout/trunk/core/src/main/java/org/apache/mahout/vectorizer/encoders/FeatureVectorEncoder.java
* /mahout/trunk/core/src/main/java/org/apache/mahout/vectorizer/encoders/MurmurHash.java
* /mahout/trunk/math/src/test/java/org/apache/mahout/math/MurmurHashTest.java
* /mahout/trunk/core/src/main/java/org/apache/mahout/clustering/minhash/HashFactory.java
* /mahout/trunk/core/src/test/java/org/apache/mahout/vectorizer/encoders/MurmurHashTest.java


> Move MurmurHash to math
> -----------------------
>
>                 Key: MAHOUT-793
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-793
>             Project: Mahout
>          Issue Type: Bug
>    Affects Versions: 0.5
>            Reporter: Ted Dunning
>             Fix For: 0.6
>
>         Attachments: MAHOUT-793.patch
>
>
> I am finding a need to use MurmurHash from within math.  So far, it has lived where it started in the encoding stuff.  I would like to move it down.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAHOUT-793) Move MurmurHash to math

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

Ted Dunning updated MAHOUT-793:
-------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

> Move MurmurHash to math
> -----------------------
>
>                 Key: MAHOUT-793
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-793
>             Project: Mahout
>          Issue Type: Bug
>    Affects Versions: 0.5
>            Reporter: Ted Dunning
>             Fix For: 0.6
>
>         Attachments: MAHOUT-793.patch
>
>
> I am finding a need to use MurmurHash from within math.  So far, it has lived where it started in the encoding stuff.  I would like to move it down.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAHOUT-793) Move MurmurHash to math

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

Ted Dunning updated MAHOUT-793:
-------------------------------

        Fix Version/s: 0.6
    Affects Version/s: 0.5
               Status: Patch Available  (was: Open)

> Move MurmurHash to math
> -----------------------
>
>                 Key: MAHOUT-793
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-793
>             Project: Mahout
>          Issue Type: Bug
>    Affects Versions: 0.5
>            Reporter: Ted Dunning
>             Fix For: 0.6
>
>         Attachments: MAHOUT-793.patch
>
>
> I am finding a need to use MurmurHash from within math.  So far, it has lived where it started in the encoding stuff.  I would like to move it down.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAHOUT-793) Move MurmurHash to math

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

Sean Owen commented on MAHOUT-793:
----------------------------------

Sounds like a fine move to me.

> Move MurmurHash to math
> -----------------------
>
>                 Key: MAHOUT-793
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-793
>             Project: Mahout
>          Issue Type: Bug
>            Reporter: Ted Dunning
>
> I am finding a need to use MurmurHash from within math.  So far, it has lived where it started in the encoding stuff.  I would like to move it down.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAHOUT-793) Move MurmurHash to math

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

Ted Dunning updated MAHOUT-793:
-------------------------------

    Attachment: MAHOUT-793.patch

This is pretty trivial.  I will be committing it before long.

> Move MurmurHash to math
> -----------------------
>
>                 Key: MAHOUT-793
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-793
>             Project: Mahout
>          Issue Type: Bug
>    Affects Versions: 0.5
>            Reporter: Ted Dunning
>             Fix For: 0.6
>
>         Attachments: MAHOUT-793.patch
>
>
> I am finding a need to use MurmurHash from within math.  So far, it has lived where it started in the encoding stuff.  I would like to move it down.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira