Skip to content
Snippets Groups Projects
Commit ad76945c authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent bc219ecd
Branches
Tags
No related merge requests found
......@@ -165,9 +165,9 @@ int otbConfusionMatrixCalculatorUpdate(int argc, char* argv[])
ConfusionMatrixType confusionMatrix = ConfusionMatrixType(nbClasses, nbClasses);
confusionMatrix.Fill(0);
// confusionMatrix(0,1) = ;
// confusionMatrix(0,1) = ;
// confusionMatrix(0,1) = ;
// confusionMatrix(0,1) =;
// confusionMatrix(0,1) =;
// confusionMatrix(0,1) =;
for (int i = 0; i < nbSamples; ++i)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment