mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-29 16:40:49 +08:00
Use existing scalar fields implemented
confusion matrix update
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user