test_feature_filter

Module: tests.unittests.nodes.feature_selection.test_feature_filter

Unittests for feature_filter.py

Inheritance diagram for pySPACE.tests.unittests.nodes.feature_selection.test_feature_filter:

Inheritance diagram of pySPACE.tests.unittests.nodes.feature_selection.test_feature_filter

FeatureNameFilterTestCase

class pySPACE.tests.unittests.nodes.feature_selection.test_feature_filter.FeatureNameFilterTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

Some simple tests, if filtering works as expected

Class Components Summary

setUp() Define basic needed FeatureVector instances
test_filter_a() Delete or use all features containing ‘a’
test_filter_a_and_c4_a() include a and c4
setUp()[source]

Define basic needed FeatureVector instances

test_filter_a()[source]

Delete or use all features containing ‘a’

test_filter_a_and_c4_a()[source]

include a and c4