[
https://issues.apache.org/jira/browse/MAHOUT-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitriy Lyubimov closed MAHOUT-1763.
------------------------------------
> 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.12.0
>
>
> [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)