mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-30 17:10:52 +08:00
Bug when running several times the classification corrected
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user