Github user feynmanliang commented on the pull request:
https://github.com/apache/spark/pull/7357#issuecomment-134415017
Perhaps we should consider following [Breeze's
API](http://www.scalanlp.org/api/breeze/index.html#breeze.linalg.DenseVector)
here and provide:
* `mapPairs` / `mapValues` : the former includes the indices as arguments
(i.e. `f : (Int, Double) => Double`) while the latter is what you have now
* `mapActive{Pairs,Values}` / `map{Pairs,Values}` : the former only
iterates over active elements (what you have now) while the latter iterates
over all elements
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]