6823de2afd7556053d022f82472060b6d3223026,Orange/widgets/data/owpurgedomain.py,OWPurgeDomain,__init__,#OWPurgeDomain#,32

Before Change


                     "Sort discrete feature values",
                     callback=self.optionsChanged)
        gui.separator(boxAt, 2)
        gui.checkBox(boxAt, self, "removeValues",
                     "Remove unused feature values",
                     callback=self.optionsChanged)
        gui.separator(boxAt, 2)
        gui.checkBox(boxAt, self, "removeAttributes",
                     "Remove constant features",
                     callback=self.optionsChanged)

After Change



        boxAt = gui.widgetBox(self.controlArea, "Classes", addSpace=True)
        for not_first, (value, label) in enumerate(self.class_options):
            if not_first:
                gui.separator(boxAt, 2)
            gui.checkBox(boxAt, self, value, label,
                         callback=self.optionsChanged)

        box3 = gui.widgetBox(self.controlArea, "Statistics", addSpace=True)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: biolab/orange3
Commit Name: 6823de2afd7556053d022f82472060b6d3223026
Time: 2015-12-04
Author: janez.demsar@fri.uni-lj.si
File Name: Orange/widgets/data/owpurgedomain.py
Class Name: OWPurgeDomain
Method Name: __init__


Project Name: biolab/orange3
Commit Name: 0164eac755a3c1d645c02845c9a9fbe5e39a9bea
Time: 2015-10-30
Author: janez.demsar@fri.uni-lj.si
File Name: Orange/widgets/data/owpurgedomain.py
Class Name: OWPurgeDomain
Method Name: __init__


Project Name: biolab/orange3
Commit Name: a1f40a71c71f2d09de8cfa8e63e7a3a9c2478fb3
Time: 2014-12-05
Author: janez.demsar@fri.uni-lj.si
File Name: Orange/widgets/classify/owtreeviewer2d.py
Class Name: OWTreeViewer2D
Method Name: __init__