subgroups.tests.algorithms.subgroup_sets package

Submodules

subgroups.tests.algorithms.subgroup_sets.test_bsd module

Tests of the functionality contained in the file ‘algorithms/bsd.py’.

class subgroups.tests.algorithms.subgroup_sets.test_bsd.TestBSD(methodName='runTest')[source]

Bases: TestCase

test_BSD_cardinality()[source]
Return type:

None

test_BSD_checkRel()[source]
Return type:

None

test_BSD_checkRelevancies()[source]
Return type:

None

test_BSD_fit1()[source]
Return type:

None

test_BSD_fit2()[source]
Return type:

None

test_BSD_fit3()[source]
Return type:

None

test_BSD_fit4()[source]
Return type:

None

test_BSD_init_method()[source]
Return type:

None

test_BSD_logicalAnd()[source]
Return type:

None

subgroups.tests.algorithms.subgroup_sets.test_cbsd module

Tests of the functionality contained in the file ‘algorithms/cbsd.py’.

class subgroups.tests.algorithms.subgroup_sets.test_cbsd.TestCBSD(methodName='runTest')[source]

Bases: TestCase

test_CBSD_checkRel()[source]
Return type:

None

test_CBSD_checkRelevancies()[source]
Return type:

None

test_CBSD_fit1()[source]
Return type:

None

test_CBSD_fit2()[source]
Return type:

None

test_CBSD_fit3()[source]
Return type:

None

test_CBSD_fit4()[source]
Return type:

None

test_CBSD_init_method()[source]
Return type:

None

subgroups.tests.algorithms.subgroup_sets.test_cpbsd module

Tests of the functionality contained in the file ‘algorithms/cpbsd.py’.

class subgroups.tests.algorithms.subgroup_sets.test_cpbsd.TestCPBSD(methodName='runTest')[source]

Bases: TestCase

test_CPBSD_checkRel()[source]
Return type:

None

test_CPBSD_checkRelevancies()[source]
Return type:

None

test_CPBSD_fit1()[source]
Return type:

None

test_CPBSD_fit2()[source]
Return type:

None

test_CPBSD_fit3()[source]
Return type:

None

test_CPBSD_fit4()[source]
Return type:

None

test_CPBSD_init_method()[source]
Return type:

None

subgroups.tests.algorithms.subgroup_sets.test_qfinder module

Tests of the functionality contained in the file ‘algorithms/qfinder.py’.

class subgroups.tests.algorithms.subgroup_sets.test_qfinder.TestQFinder(methodName='runTest')[source]

Bases: TestCase

test_QFinder_fit()[source]
test_QFinder_generate_candidate_patterns1()[source]
test_QFinder_generate_candidate_patterns2()[source]
test_QFinder_handle_individual_result()[source]
test_QFinder_init_method1()[source]
test_QFinder_init_method2()[source]

subgroups.tests.algorithms.subgroup_sets.test_sdmap module

Tests of the functionality contained in the file ‘algorithms/sdmap.py’.

class subgroups.tests.algorithms.subgroup_sets.test_sdmap.TestSDMap(methodName='runTest')[source]

Bases: TestCase

test_SDMap_additional_parameters_in_fit_method()[source]
Return type:

None

test_SDMap_fit_method_1()[source]
Return type:

None

test_SDMap_fit_method_10()[source]
Return type:

None

test_SDMap_fit_method_11()[source]
Return type:

None

test_SDMap_fit_method_2()[source]
Return type:

None

test_SDMap_fit_method_3()[source]
Return type:

None

test_SDMap_fit_method_4()[source]
Return type:

None

test_SDMap_fit_method_5()[source]
Return type:

None

test_SDMap_fit_method_6()[source]
Return type:

None

test_SDMap_fit_method_7()[source]
Return type:

None

test_SDMap_fit_method_8()[source]
Return type:

None

test_SDMap_fit_method_9()[source]
Return type:

None

test_SDMap_fpgrowth_method_1()[source]
Return type:

None

test_SDMap_fpgrowth_method_2()[source]
Return type:

None

test_SDMap_fpgrowth_method_3()[source]
Return type:

None

test_SDMap_fpgrowth_method_4()[source]
Return type:

None

test_SDMap_init_method_1()[source]
Return type:

None

test_SDMap_init_method_2()[source]
Return type:

None

test_SDMap_unselected_and_selected_subgroups()[source]
Return type:

None

subgroups.tests.algorithms.subgroup_sets.test_sdmapstar module

Tests of the functionality contained in the file ‘algorithms/sdmapstar.py’.

class subgroups.tests.algorithms.subgroup_sets.test_sdmapstar.TestSDMapStar(methodName='runTest')[source]

Bases: TestCase

test_SDMapStar_additional_parameters_in_fit_method()[source]
Return type:

None

test_SDMapStar_fit_method_1()[source]
Return type:

None

test_SDMapStar_fit_method_10()[source]
Return type:

None

test_SDMapStar_fit_method_2()[source]
Return type:

None

test_SDMapStar_fit_method_3()[source]
Return type:

None

test_SDMapStar_fit_method_4()[source]
Return type:

None

test_SDMapStar_fit_method_5()[source]
Return type:

None

test_SDMapStar_fit_method_6()[source]
Return type:

None

test_SDMapStar_fit_method_7()[source]
Return type:

None

test_SDMapStar_fit_method_8()[source]
Return type:

None

test_SDMapStar_fit_method_9()[source]
Return type:

None

test_SDMapStar_fpgrowth_method_1()[source]
Return type:

None

test_SDMapStar_fpgrowth_method_2()[source]
Return type:

None

test_SDMapStar_fpgrowth_method_3()[source]
Return type:

None

test_SDMapStar_fpgrowth_method_4()[source]
Return type:

None

test_SDMapStar_init_method_1()[source]
Return type:

None

test_SDMapStar_init_method_2()[source]
Return type:

None

test_SDMapStar_unselected_and_selected_subgroups_1()[source]
Return type:

None

test_SDMapStar_unselected_and_selected_subgroups_2()[source]
Return type:

None

subgroups.tests.algorithms.subgroup_sets.test_vlsd module

Tests of the functionality contained in the file ‘algorithms/vlsd.py’.

class subgroups.tests.algorithms.subgroup_sets.test_vlsd.TestVLSD(methodName='runTest')[source]

Bases: TestCase

test_VLSD_additional_parameters_in_fit_method()[source]
Return type:

None

test_VLSD_fit_method_1()[source]
Return type:

None

test_VLSD_fit_method_2()[source]
Return type:

None

test_VLSD_fit_method_3()[source]
Return type:

None

test_VLSD_fit_method_4()[source]
Return type:

None

test_VLSD_fit_method_5()[source]
Return type:

None

test_VLSD_fit_method_6()[source]
Return type:

None

test_VLSD_fit_method_7()[source]
Return type:

None

test_VLSD_init_method_1()[source]
Return type:

None

test_VLSD_init_method_2()[source]
Return type:

None