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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)