a715d69d7f43fac19dfe9fe8afec438c4343d7f7,mvpa/algorithms/rfe.py,RFE,__init__,#RFE#Any#Any#Any#Any#Any#Any#Any#,46

Before Change


            self.__train_clf = True

        // register the state members
        self._registerState("errors")
        self._registerState("nfeatures")
        self._registerState("history")
        self._registerState("sensitivities", enabled=False)

After Change


        // register the state members
        errors = StateVariable()
        nfeatures = StateVariable()
        history = StateVariable()
        sensitivities = StateVariable(enabled=False)


    def __call__(self, dataset, testdataset, callables=[]):
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: PyMVPA/PyMVPA
Commit Name: a715d69d7f43fac19dfe9fe8afec438c4343d7f7
Time: 2008-01-07
Author: debian@onerussian.com
File Name: mvpa/algorithms/rfe.py
Class Name: RFE
Method Name: __init__


Project Name: PyMVPA/PyMVPA
Commit Name: a715d69d7f43fac19dfe9fe8afec438c4343d7f7
Time: 2008-01-07
Author: debian@onerussian.com
File Name: mvpa/algorithms/nullhyptest.py
Class Name: NullHypothesisTest
Method Name: __init__


Project Name: PyMVPA/PyMVPA
Commit Name: a715d69d7f43fac19dfe9fe8afec438c4343d7f7
Time: 2008-01-07
Author: debian@onerussian.com
File Name: mvpa/algorithms/ifs.py
Class Name: IFS
Method Name: __init__