You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@madlib.apache.org by "Frank McQuillan (JIRA)" <ji...@apache.org> on 2016/03/25 00:34:25 UTC

[jira] [Updated] (MADLIB-872) document error

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

Frank McQuillan updated MADLIB-872:
-----------------------------------
    Fix Version/s: v1.9

> document error
> --------------
>
>                 Key: MADLIB-872
>                 URL: https://issues.apache.org/jira/browse/MADLIB-872
>             Project: Apache MADlib
>          Issue Type: Request
>            Reporter: George
>            Assignee: Frank McQuillan
>            Priority: Trivial
>             Fix For: v1.9
>
>
> -- wrong version
> SELECT madlib.svd_sparse( 'mat_sparse',
>                           'svd',
>                           'row_id',
>                           'col_id',
>                           'value',
>                           10
>                         );
> -- right version
> SELECT madlib.svd_sparse( 'mat_sparse',
>                           'svd',
>                           'row_id',
>                           'col_id',
>                           'value',
>                           10,
>                           10,
>                           3
>                         );
> ------------------------------------



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)