[
https://issues.apache.org/jira/browse/MAHOUT-1900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15824674#comment-15824674
]
Hudson commented on MAHOUT-1900:
--------------------------------
SUCCESS: Integrated in Jenkins build Mahout-Quality #3407 (See
[https://builds.apache.org/job/Mahout-Quality/3407/])
MAHOUT-1900: Add a getter to DenseMatrix for the double[][] values (smarthi:
rev b289f4657fb8fe16f60f806ef2b2dee86f666e74)
* (edit) math/src/main/java/org/apache/mahout/math/AbstractMatrix.java
* (edit) math/src/test/java/org/apache/mahout/math/MatrixTest.java
* (edit) math/src/test/java/org/apache/mahout/math/TestDenseMatrix.java
* (edit) math/src/main/java/org/apache/mahout/math/DenseMatrix.java
* (edit)
mr/src/test/java/org/apache/mahout/cf/taste/impl/common/FastByIDMapTest.java
* (edit)
mr/src/test/java/org/apache/mahout/cf/taste/hadoop/item/IDReaderTest.java
* (edit) mr/src/main/java/org/apache/mahout/vectorizer/encoders/Dictionary.java
* (edit)
mr/src/test/java/org/apache/mahout/vectorizer/collocations/llr/GramTest.java
> 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)