You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2009/12/11 18:21:18 UTC

[jira] Commented: (MAHOUT-116) Decode matrix methods

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

Sean Owen commented on MAHOUT-116:
----------------------------------

Pinging this issue -- still live?

> Decode matrix methods
> ---------------------
>
>                 Key: MAHOUT-116
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-116
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Matrix
>            Reporter: Daniel Nee
>         Attachments: MAHOUT-116.patch
>
>
> Currently in the matrix package we have asFormatString() methods to serialize matrices, however there are no corresponding methods to decode the serialized matrices. At the moment I do not think any of the code base uses the matrix asFormatString() methods, however for the Gaussian Mixture Model(GMM) code I am working on I will need to serialize/deserialize covariance matrices.
> The following matrix classes will require decoding methods:
> 1. DenseMatrix
> 2. SparseMatrix
> 3. SparseColumnMatrix 
> 4. SparseRowMatrix
> 5. MatrixView

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