You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Aleksey Zinoviev (JIRA)" <ji...@apache.org> on 2018/12/04 18:12:00 UTC

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

Aleksey Zinoviev created IGNITE-10531:
-----------------------------------------

             Summary: [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: 2.8
            Reporter: Aleksey Zinoviev
            Assignee: Aleksey Zinoviev
             Fix For: 2.8


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
(v7.6.3#76005)