[
https://issues.apache.org/jira/browse/MAHOUT-1963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Palumbo updated MAHOUT-1963:
-----------------------------------
Yes .. thx.. please resolve
Sent from my Verizon Wireless 4G LTE smartphone
-------- Original message --------
From: "Trevor Grant (JIRA)" <[email protected]>
Date: 04/19/2017 11:27 (GMT-08:00)
To: [email protected]
Subject: [jira] [Commented] (MAHOUT-1963) Signs are Flipped in the ViennaCL
Sparse %*% Sparse tests
[
https://issues.apache.org/jira/browse/MAHOUT-1963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15975240#comment-15975240
]
Trevor Grant commented on MAHOUT-1963:
--------------------------------------
was this not resolved?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
> Signs are Flipped in the ViennaCL Sparse %*% Sparse tests
> ---------------------------------------------------------
>
> Key: MAHOUT-1963
> URL: https://issues.apache.org/jira/browse/MAHOUT-1963
> Project: Mahout
> Issue Type: Bug
> Affects Versions: 0.13.0
> Reporter: Andrew Palumbo
> Assignee: Andrew Palumbo
> Priority: Critical
> Fix For: 0.13.0, 0.13.1
>
>
> Here aand in other places, In the ViennaCL (both modules) Unit tests, the
> signs are flipped when adding random data to matrices.
> {code}
> // add some sparse data with a 20% threshold
> mxA := { (_, _, v) => if (r.nextDouble() .20) r.nextDouble() else v }
> mxB := { (_, _, v) => if (r.nextDouble() < .20) r.nextDouble() else v }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)