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

Robin Anil commented on MAHOUT-148:
-----------------------------------

I have also removed unused Map/Reduce jobs  and lines of code and commented out 
sections which were being used pre 0.1(was still included in 0.1).

Please review the StringTuple Class and suggest perf improvements for the 
compareTo function(frequently used since StringTuple is the key)



> Convert Classification Algs to use richer Writable syntax
> ---------------------------------------------------------
>
>                 Key: MAHOUT-148
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-148
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Classification
>    Affects Versions: 0.1, 0.2
>            Reporter: Grant Ingersoll
>            Assignee: Robin Anil
>             Fix For: 0.2
>
>         Attachments: MAHOUT-148-Work-In-Progress.patch
>
>
> Much of the classification capabilities relies on parsing values out from the 
> Text object just to determine what type of "thing" is being used.  We should 
> try to avoid having to do string manipulation for this kind of thing and 
> instead encapsulate it in Writable instances.  This should make things 
> perform faster and bring stronger typing to the problem, which should make it 
> easier to understand and debug the code.

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