14a5be6069063a5880d1cbf9f679d84e230a16c7,ilastik/applets/pixelClassification/FeatureSelectionDialog.py,FeatureSelectionDialog,_run_selection,#FeatureSelectionDialog#,476

Before Change


            self.opWrapperFeatureSelection.ComplexityPenalty.setValue(self._selection_params["c"])
            selected_feature_ids = self.opWrapperFeatureSelection.SelectedFeatureIDs.value

        self.current_status_label.setText("Current Status: Get segmentation (new feature set)")
        self.current_status_label.repaint()
        // create a new layer for display in the volumina viewer
        // make sure to save the feature matrix used to obtain it
        // maybe also write down feature computation time and oob error

After Change


        // make sure to save the feature matrix used to obtain it
        // maybe also write down feature computation time and oob error
        new_matrix = self._convert_featureIDs_to_featureMatrix(selected_feature_ids)
        new_segmentation, new_oob, new_time = self.retrieve_segmentation(new_matrix)
        new_feature_selection_result = FeatureSelectionResult(new_matrix,
                                                              new_segmentation,
                                                              self._selection_params,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: ilastik/ilastik
Commit Name: 14a5be6069063a5880d1cbf9f679d84e230a16c7
Time: 2016-07-07
Author: isenseef@googlemail.com
File Name: ilastik/applets/pixelClassification/FeatureSelectionDialog.py
Class Name: FeatureSelectionDialog
Method Name: _run_selection


Project Name: biolab/orange3
Commit Name: 6ba73ed6655c8d89bb3dbc7579639d121a7c1a72
Time: 2013-08-03
Author: janez.demsar@fri.uni-lj.si
File Name: Orange/widgets/data/owdatasampler.py
Class Name: OWDataSampler
Method Name: sendData


Project Name: biolab/orange3
Commit Name: 67f619583e58341b1c360034b69f0dcc90fdbcca
Time: 2017-06-05
Author: jerneju@gmail.com
File Name: Orange/widgets/data/owoutliers.py
Class Name: OWOutliers
Method Name: commit