Skip to content
Snippets Groups Projects
Commit 12d8a0be authored by Jordi Inglada's avatar Jordi Inglada
Browse files

BUG: Matrix initialization

parent 22da3813
Branches
Tags
No related merge requests found
......@@ -83,6 +83,7 @@ ConfusionMatrixCalculator<TRefListLabel,TProdListLabel>
m_NumberOfClasses = countClasses;
m_ConfusionMatrix = ConfusionMatrixType(m_NumberOfClasses, m_NumberOfClasses);
m_ConfusionMatrix.Fill(0);
refIterator = m_ReferenceLabels->Begin();
prodIterator = m_ProducedLabels->Begin();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment