You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Grant Ingersoll (JIRA)" <ji...@apache.org> on 2008/04/20 17:16:21 UTC

[jira] Resolved: (MAHOUT-44) Override zSum and dot for SparseVector

     [ https://issues.apache.org/jira/browse/MAHOUT-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll resolved MAHOUT-44.
-----------------------------------

    Resolution: Fixed

Committed revision 649933.

Thanks Julien!

> Override zSum and dot for SparseVector
> --------------------------------------
>
>                 Key: MAHOUT-44
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-44
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Matrix
>    Affects Versions: 0.1
>            Reporter: julien nioche
>            Assignee: Grant Ingersoll
>            Priority: Minor
>             Fix For: 0.1
>
>         Attachments: SparseVector.diff
>
>
> revision 649163
> The patch attached overrides the zSum() and dot() methods in SparseVector. This is more efficient than relying on the methods from AbstractVector which iterate on all the indices of the Vectors. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.