def processIt(self):
self.buttonProcess.setEnabled(False)
QApplication.setOverrideCursor(Qt.WaitCursor)
self.textEdit.setText("")
self.calculator.need_preprocessing = self.checkBoxEnablePreprocessing.isChecked()
self.calculator.need_apriori = self.checkBoxNeedApriori.isChecked()
self.calculator.min_support = self.spinBoxMinSupport.value()
self.calculator.min_conf = self.spinBoxMinConf.value()
self.profiler.start()
self.calculator.start()
评论列表
文章目录