7203c672c7cb62f76cfeddef4875262e8abcdb1e,ilastik/workflows/pixelClassification/pixelClassificationWorkflow.py,PixelClassificationWorkflow,onProjectLoaded,#PixelClassificationWorkflow#Any#,292

Before Change


        if self.retrain:
            // Cause the classifier to be dirty so it is forced to retrain.
            // (useful if the stored labels were changed outside ilastik)
            self.pcApplet.topLevelOperator.opTrain.ClassifierFactory.setDirty()
            
            // Request the classifier, which forces training
            self.pcApplet.topLevelOperator.FreezePredictions.setValue(False)
            _ = self.pcApplet.topLevelOperator.Classifier.value

After Change


        if self.tree_count or self.label_proportion:
            self.pcApplet.topLevelOperator.ClassifierFactory.setDirty()
            
        if self.retrain:
            self._force_retrain_classifier()

        // Configure the data export operator.
        if self._batch_export_args:
            self.dataExportApplet.configure_operator_with_parsed_args( self._batch_export_args )

        if self._batch_input_args and self.pcApplet.topLevelOperator.classifier_cache._dirty:
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: ilastik/ilastik
Commit Name: 7203c672c7cb62f76cfeddef4875262e8abcdb1e
Time: 2015-11-20
Author: bergs@janelia.hhmi.org
File Name: ilastik/workflows/pixelClassification/pixelClassificationWorkflow.py
Class Name: PixelClassificationWorkflow
Method Name: onProjectLoaded


Project Name: ilastik/ilastik
Commit Name: 860f8e3235c72923a979b051eb1cc527654e4211
Time: 2015-03-31
Author: kirkhamj@janelia.hhmi.org
File Name: ilastik/applets/nanshe/preprocessing/opNansheExtractF0.py
Class Name: OpNansheExtractF0
Method Name: propagateDirty


Project Name: ilastik/ilastik
Commit Name: 4f678e605583b8770d5fbd1ee194f2c74fbd3a24
Time: 2014-03-19
Author: bergs@janelia.hhmi.org
File Name: lazyflow/operators/opCompressedUserLabelArray.py
Class Name: OpCompressedUserLabelArray
Method Name: setInSlot