nice, thanks. On Tue, Aug 11, 2015 at 5:22 AM, Sergey Tryuber (JIRA) <[email protected]> wrote:
> Sergey Tryuber created MAHOUT-1763: > -------------------------------------- > > Summary: A minor bug in Spark binding documentation > Key: MAHOUT-1763 > URL: https://issues.apache.org/jira/browse/MAHOUT-1763 > Project: Mahout > Issue Type: Documentation > Components: Math, spark > Reporter: Sergey Tryuber > Priority: Trivial > > > [Documentation|http://apache.github.io/mahout/doc/ScalaSparkBindings.html] > has following example: > {noformat} > diag(10, 3.5) > {noformat} > But in fact it should be: > {noformat} > diag(3.5, 10) > {noformat} > > See [package.scala| > https://github.com/apache/mahout/blob/master/math-scala/src/main/scala/org/apache/mahout/math/scalabindings/package.scala] > for more details. > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) >
