[
https://issues.apache.org/jira/browse/MAHOUT-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924409#action_12924409
]
Alexander Hans commented on MAHOUT-531:
---------------------------------------
Ted,
you say that for DenseMatrix I should assume that all values are non-zero.
Shouldn't that apply to DenseVector as well? Currently the iterateNonZero() of
DenseVector skips elements whose value is zero. With the implementation
contained in the latest patch we would introduce an inconsistency.
> MatrixWritable doesn't actually write/read anything
> ---------------------------------------------------
>
> Key: MAHOUT-531
> URL: https://issues.apache.org/jira/browse/MAHOUT-531
> Project: Mahout
> Issue Type: Bug
> Components: Math
> Reporter: Alexander Hans
> Attachments: MAHOUT-531.patch, MAHOUT-531.patch
>
>
> The write() and readFields() methods of MatrixWritable write/read only the
> classname, they don't write/read actual data.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.