[ https://issues.apache.org/jira/browse/MAHOUT-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Grant Ingersoll resolved MAHOUT-139. ------------------------------------ Resolution: Fixed > Make use of Vector Iterator capabilities where appropriate > ---------------------------------------------------------- > > Key: MAHOUT-139 > URL: https://issues.apache.org/jira/browse/MAHOUT-139 > Project: Mahout > Issue Type: Improvement > Affects Versions: 0.2 > Reporter: Grant Ingersoll > Assignee: Grant Ingersoll > Fix For: 0.2 > > Attachments: MAHOUT-139.patch > > > There are a bunch of places where we loop over the size of the vector when we > should be taking advantage of the sparseness, or at least be agnostic about > it and use an iterator. > This patch addresses these issues in the Vector implementations and in the > DistanceMeasure implementations > Also adds iterateNonZero() and interateAll and drops the Iterable portion of > Vector since it wasn't clear what it was iterating -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.