[
https://issues.apache.org/jira/browse/MAHOUT-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maysam Yabandeh updated MAHOUT-1238:
------------------------------------
Attachment: MAHOUT-1238.patch
The attached fixes the bug using AbstractVector#getNumNonZeroElements suggested
by [~robinanil]
> VectorWritable's bug with VectorView of sparse vectors
> ------------------------------------------------------
>
> Key: MAHOUT-1238
> URL: https://issues.apache.org/jira/browse/MAHOUT-1238
> Project: Mahout
> Issue Type: Bug
> Components: Math
> Affects Versions: 0.7, 0.8
> Reporter: Maysam Yabandeh
> Assignee: Robin Anil
> Labels: reduce, test
> Fix For: 0.7, 0.8
>
> Attachments: MAHOUT-1238.patch, MAHOUT-1238.patch
>
>
> VectorWritable raises an exception if it is used on a VectorView of a sparse
> vector. The reason is that the sparse vector writes only the non-zero
> elements, while VectorView's implementation of getNumNondefaultElements()
> returns the size of the entire data. Later when reading the vector,
> VectorWritable expects reading more items that was written.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira