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_matrixint[][] confusionMtx = \{{0, 0}, \{0, 0}};
to usage of ConfusionMatrix
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)