Bug when running several times the classification corrected

This commit is contained in:
Paul Leroy
2023-05-31 00:20:19 +02:00
parent bcc77db21f
commit 4f6cd5fe6d
9 changed files with 11 additions and 37 deletions
-1
View File
@@ -293,7 +293,6 @@ void q3DMASCPlugin::doTrainAction()
classifDlg.label_trainOrClassify->setText("The classifier will be trained on " + corePointsLabel);
classifDlg.classifierFileLineEdit->setText(inputFilename);
classifDlg.keepAttributesCheckBox->hide(); // this parameter is set in the trainDlg dialog
classifDlg.checkBox_useExistingScalarFields->hide(); // this parameter is set in the trainDlg dialog
if (!classifDlg.exec())
{
//process cancelled by the user