[
https://issues.apache.org/jira/browse/MAHOUT-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13823832#comment-13823832
]
Hudson commented on MAHOUT-1357:
--------------------------------
SUCCESS: Integrated in Mahout-Quality #2322 (See
[https://builds.apache.org/job/Mahout-Quality/2322/])
MAHOUT-1357: InteractionValueEncoder produces wrong traceDictionary entries
(smarthi: rev 1542279)
* /mahout/trunk/CHANGELOG
*
/mahout/trunk/core/src/main/java/org/apache/mahout/vectorizer/encoders/InteractionValueEncoder.java
*
/mahout/trunk/core/src/test/java/org/apache/mahout/vectorizer/encoders/InteractionValueEncoderTest.java
> InteractionValueEncoder produces wrong traceDictionary entries
> --------------------------------------------------------------
>
> Key: MAHOUT-1357
> URL: https://issues.apache.org/jira/browse/MAHOUT-1357
> Project: Mahout
> Issue Type: Bug
> Components: Classification
> Affects Versions: 0.8
> Reporter: Johannes Schulte
> Assignee: Suneel Marthi
> Priority: Minor
> Fix For: 0.9
>
> Attachments: MAHOUT-1357.patch
>
>
> In the trace code the byte values of the terms being hashed are not converted
> back to string but just concatenated in their raw form with Arrays.asString()
> This makes the reverse engineering even harder!
> Fix is to just create new string, see patch attached.
--
This message was sent by Atlassian JIRA
(v6.1#6144)