Package mvpa :: Package tests :: Module test_rfe :: Class RFETests
[hide private]
[frames] | no frames]

Class RFETests

source code


Instance Methods [hide private]
 
getData(self) source code
 
getDataT(self) source code
 
testBestDetector(self) source code
 
testNBackHistoryStopCrit(self)
Test stopping criterion
source code
 
testFixedErrorThresholdStopCrit(self)
Test stopping criterion
source code
 
testNStepsStopCrit(self)
Test stopping criterion
source code
 
testMultiStopCrit(self)
Test multiple stop criteria
source code
 
testFeatureSelector(self)
Test feature selector
source code
 
testSensitivityBasedFeatureSelection(self, clf) source code
 
testFeatureSelectionPipeline(self) source code
 
testRFE(self, clf) source code
 
testJamesProblem(self) source code
 
__testMatthiasQuestion(self) source code
Method Details [hide private]

testSensitivityBasedFeatureSelection(self, clf)

source code 
Decorators:
  • @sweepargs(clf= clfswh ['has_sensitivity', '!meta'])

testRFE(self, clf)

source code 
Decorators:
  • @sweepargs(clf= clfswh ['has_sensitivity', '!meta'] [: 1])