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/01 14:04:00 UTC

[jira] [Updated] (IGNITE-10531) [ML] Refactor all examples to use Binary Confusion Matrix instead of calculations by hand

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

Alexey Zinoviev updated IGNITE-10531:
-------------------------------------
    Fix Version/s:     (was: 2.8)

> [ML] Refactor all examples to use Binary Confusion Matrix instead of calculations by hand
> -----------------------------------------------------------------------------------------
>
>                 Key: IGNITE-10531
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10531
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: ml
>    Affects Versions: 3.0
>            Reporter: Alexey Zinoviev
>            Assignee: Alexey Zinoviev
>            Priority: Minor
>
> ChangeĀ 
> // Build confusion matrix. See https://en.wikipedia.org/wiki/Confusion_matrix
> int[][] confusionMtx = \{{0, 0}, \{0, 0}};
> to usage of ConfusionMatrix



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