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

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

     [ https://issues.apache.org/jira/browse/MAHOUT-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suneel Marthi updated MAHOUT-1763:
----------------------------------
    Assignee: Dmitriy Lyubimov

> 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
>            Assignee: Dmitriy Lyubimov
>            Priority: Trivial
>             Fix For: 0.11.2
>
>
> [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)