8822631fcc8531f63e3b4f6e0b294432d90d7d70,ilastik/applets/objectClassification/objectClassificationGui.py,LabelAssistDialog,_triggerTableUpdate,#LabelAssistDialog#,999
Before Change
labels = self.topLevelOperatorView.LabelInputs([]).wait()
return features, labels
req = Request(compute_features)
req.notify_finished(self._populateTable)
req.submit()
After Change
labels[t] = self.topLevelOperatorView.LabelInputs([t]).wait()
tIndex = self.topLevelOperatorView.SegmentationImages.meta.axistags.index("t")
tMax = self.topLevelOperatorView.SegmentationImages.meta.shape[tIndex]
features = {}
labels = {}
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: ilastik/ilastik
Commit Name: 8822631fcc8531f63e3b4f6e0b294432d90d7d70
Time: 2017-04-07
Author: jimmycc80@hotmail.com
File Name: ilastik/applets/objectClassification/objectClassificationGui.py
Class Name: LabelAssistDialog
Method Name: _triggerTableUpdate
Project Name: uuazed/numerapi
Commit Name: 80e4f15860b6b002f2dd3f420eaeff63e202eb2f
Time: 2017-11-18
Author: wolfgang@steitz.me
File Name: numerapi/numerapi.py
Class Name: NumerAPI
Method Name: upload_predictions
Project Name: estnltk/estnltk
Commit Name: f1106d2c7e4580a1c2947fa8dd181aec1babf517
Time: 2015-09-05
Author: Annett.Saarik@hotmail.com
File Name: estnltk/database/database.py
Class Name: Database
Method Name: keyword_documents