mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-29 16:40:49 +08:00
save traces
When the option is selected, overall accuracy, features and classifiers are saved
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ bool Tools::SaveClassifier( QString filename,
|
||||
const masc::Classifier& classifier,
|
||||
QWidget* parent/*=nullptr*/)
|
||||
{
|
||||
//first save the classifier data (same base filename but with the ymal extension)
|
||||
//first save the classifier data (same base filename but with the yaml extension)
|
||||
QFileInfo fi(filename);
|
||||
QString yamlFilename = fi.baseName() + ".yaml";
|
||||
QString yamlAbsoluteFilename = fi.absoluteDir().absoluteFilePath(yamlFilename);
|
||||
|
||||
Reference in New Issue
Block a user