You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2016/08/05 21:11:20 UTC

[jira] [Resolved] (SPARK-16499) Improve applyInPlace function for matrix in ANN code

     [ https://issues.apache.org/jira/browse/SPARK-16499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen resolved SPARK-16499.
-------------------------------
    Resolution: Won't Fix

> Improve applyInPlace function for matrix in ANN code
> ----------------------------------------------------
>
>                 Key: SPARK-16499
>                 URL: https://issues.apache.org/jira/browse/SPARK-16499
>             Project: Spark
>          Issue Type: Improvement
>          Components: ML, MLlib
>            Reporter: Weichen Xu
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> The ApplyInPlace function in ANN code:
> `
> def apply(x: BDM[Double], y: BDM[Double], func: Double => Double): Unit
> `
> is implemented using simple while loop.
> It should be replaced with breeze BDM matrix operating function, so that it
> can take advantage of breeze lib's optimization.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org