Features incorrectly hashed in Minhash
--------------------------------------
Key: MAHOUT-565
URL: https://issues.apache.org/jira/browse/MAHOUT-565
Project: Mahout
Issue Type: Bug
Affects Versions: 0.4
Reporter: Ankur
Given a feature vector for which minhash signature is desired, each feature id
(an integer) is converted to a byte array through a series of bit shift
operations. Current implementation of these operations doesn't mask the bits
being shifted resulting in sign bit being shifted.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.