Use existing scalar fields implemented

confusion matrix update
This commit is contained in:
Paul Leroy
2023-05-29 12:45:02 +02:00
parent 7062d8c5e2
commit bf9229e6b2
12 changed files with 155 additions and 48 deletions
+4 -1
View File
@@ -75,6 +75,7 @@ namespace masc
, kNN(p_kNN)
, ctxClassLabel(p_ctxClassLabel)
, sf(nullptr)
, sfWasAlreadyExisting(false)
{
scale = p_scale;
}
@@ -103,5 +104,7 @@ namespace masc
int ctxClassLabel;
//! The computed scalar
CCCoreLib::ScalarField* sf;
bool sfWasAlreadyExisting;
};
}
}