You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Sergey Tryuber (JIRA)" <ji...@apache.org> on 2015/08/11 14:22:45 UTC

[jira] [Created] (MAHOUT-1763) A minor bug in Spark binding documentation

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)

Re: [jira] [Created] (MAHOUT-1763) A minor bug in Spark binding documentation

Posted by Dmitriy Lyubimov <dl...@gmail.com>.
nice, thanks.

On Tue, Aug 11, 2015 at 5:22 AM, Sergey Tryuber (JIRA) <ji...@apache.org>
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)
>