Skip to content

Commit

Permalink
Note added to blockMap
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsanmok committed Jan 21, 2016
1 parent e32cd4f commit 4353e02
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ class BlockMatrix @Since("1.3.0") (
* @param binMap A function taking two breeze matrices and returning a breeze matrix
* @return A [[BlockMatrix]] whose blocks are the results of a specified binary map on blocks
* of `this` and `other`.
* Note: `blockMap` ONLY works for `add` and `subtract` methods and it does not support
* operators such as (a, b) => -a + b
*/
private[mllib] def blockMap(
other: BlockMatrix,
Expand Down

0 comments on commit 4353e02

Please sign in to comment.