Github user brkyvz commented on a diff in the pull request:
https://github.com/apache/spark/pull/15730#discussion_r95208225
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/BlockMatrix.scala
---
@@ -459,14 +464,22 @@ class BlockMatrix @Since("1.3.0") (
*/
@Since("1.3.0")
def multiply(other: BlockMatrix): BlockMatrix = {
+ multiply(other, 1)
+ }
+
+ @Since("2.1.0")
+ def multiply(
+ other: BlockMatrix,
+ numMidDimSplits: Int): BlockMatrix = {
--- End diff --
Could you please add documentation for this? This is the most important
part about this PR, understanding how this parameter improves performance. You
may copy most of your PR description
---
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]