You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Zinoviev (Jira)" <ji...@apache.org> on 2019/10/07 12:20:00 UTC

[jira] [Closed] (IGNITE-10527) [ML] DenseMatrix(double[] mtx, int rows) mixes args

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

Alexey Zinoviev closed IGNITE-10527.
------------------------------------

> [ML] DenseMatrix(double[] mtx, int rows) mixes args
> ---------------------------------------------------
>
>                 Key: IGNITE-10527
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10527
>             Project: Ignite
>          Issue Type: Bug
>          Components: ml
>    Affects Versions: 2.8
>            Reporter: Artem Malykh
>            Assignee: Alexey Zinoviev
>            Priority: Major
>              Labels: await
>             Fix For: 2.8
>
>
> this(mtx, StorageConstants.ROW_STORAGE_MODE, rows) -> 
> this(mtx, rows, StorageConstants.ROW_STORAGE_MODE);



--
This message was sent by Atlassian Jira
(v8.3.4#803005)