[
https://issues.apache.org/jira/browse/MAHOUT-1900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15808784#comment-15808784
]
ASF GitHub Bot commented on MAHOUT-1900:
----------------------------------------
GitHub user smarthi opened a pull request:
https://github.com/apache/mahout/pull/267
MAHOUT-1900: Add a getter to DenseMatrix for the double[][] values fi…
…eld.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/smarthi/mahout MAHOUT-1900
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mahout/pull/267.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #267
----
commit 97c5148b6ec146a82273b820f3096db6341459a4
Author: smarthi <[email protected]>
Date: 2017-01-08T04:43:56Z
MAHOUT-1900: Add a getter to DenseMatrix for the double[][] values field.
----
> Add a getter to DenseMatrix for the double[][] values field.
> ------------------------------------------------------------
>
> Key: MAHOUT-1900
> URL: https://issues.apache.org/jira/browse/MAHOUT-1900
> Project: Mahout
> Issue Type: New Feature
> Components: Math
> Affects Versions: 0.12.2
> Reporter: Andrew Palumbo
> Assignee: Suneel Marthi
> Fix For: 0.13.0
>
>
> It may be possible to add something like {{getBackingDataStructure()}} all
> the way up to {{AbstractMatrix}} and return Iterators for Sparse Matrices and
> Arrays[][] for Dense Matrices.
> However, for no I think that we only need a getter for {{DenseMatrix}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)