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

zhengruifeng closed SPARK-15291.
--------------------------------
    Resolution: Won't Fix

> Remove redundant codes in SVD++
> -------------------------------
>
>                 Key: SPARK-15291
>                 URL: https://issues.apache.org/jira/browse/SPARK-15291
>             Project: Spark
>          Issue Type: Improvement
>          Components: GraphX
>            Reporter: zhengruifeng
>            Priority: Minor
>
> {code}
> val newVertices = g.vertices.mapValues(v => (v._1.toArray, v._2.toArray, 
> v._3, v._4))
> (Graph(newVertices, g.edges), u)
> {code}
> is just the same as 
> {code}
> (g, u)
> {code}



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

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

Reply via email to