subgroups.tests.data_structures package

Submodules

subgroups.tests.data_structures.test_fp_tree_for_sdmap module

Tests of the functionality contained in the file ‘data_structures/fp_tree_for_sdmap.py’.

class subgroups.tests.data_structures.test_fp_tree_for_sdmap.TestFPTreeForSDMap(methodName='runTest')[source]

Bases: TestCase

test_FPTreeForSDMap_build_tree_1()[source]
Return type:

None

test_FPTreeForSDMap_build_tree_2()[source]
Return type:

None

test_FPTreeForSDMap_build_tree_3()[source]
Return type:

None

test_FPTreeForSDMap_build_tree_4()[source]
Return type:

None

test_FPTreeForSDMap_generate_conditional_fp_tree_1()[source]
Return type:

None

test_FPTreeForSDMap_generate_conditional_fp_tree_2()[source]
Return type:

None

test_FPTreeForSDMap_generate_set_of_frequent_selectors_1()[source]
Return type:

None

test_FPTreeForSDMap_generate_set_of_frequent_selectors_2()[source]
Return type:

None

test_FPTreeForSDMap_generate_set_of_frequent_selectors_3()[source]
Return type:

None

subgroups.tests.data_structures.test_fp_tree_node module

Tests of the functionality contained in the file ‘data_structures/fp_tree_node.py’.

class subgroups.tests.data_structures.test_fp_tree_node.TestFPTreeNode(methodName='runTest')[source]

Bases: TestCase

test_FPTreeNode_general()[source]
Return type:

None

subgroups.tests.data_structures.test_subgroup_list module

Tests of the functionality contained in the file ‘data_structures/subgroup_list.py’.

class subgroups.tests.data_structures.test_subgroup_list.TestSubgroupList(methodName='runTest')[source]

Bases: TestCase

test_subgroup_list_1()[source]
Return type:

None

test_subgroup_list_2()[source]
Return type:

None

test_subgroup_list_3()[source]
Return type:

None

test_subgroup_list_4()[source]
Return type:

None

test_subgroup_list_5()[source]
Return type:

None

subgroups.tests.data_structures.test_vertical_list_with_bitsets module

Tests of the functionality contained in the file ‘data_structures/vertical_list.py’.

class subgroups.tests.data_structures.test_vertical_list_with_bitsets.TestVerticalListWithBitsets(methodName='runTest')[source]

Bases: TestCase

test_vertical_list_1()[source]
Return type:

None

test_vertical_list_2()[source]
Return type:

None

test_vertical_list_3()[source]
Return type:

None

test_vertical_list_str_method()[source]
Return type:

None

subgroups.tests.data_structures.test_vertical_list_with_sets module

Tests of the functionality contained in the file ‘data_structures/vertical_list.py’.

class subgroups.tests.data_structures.test_vertical_list_with_sets.TestVerticalListWithSets(methodName='runTest')[source]

Bases: TestCase

test_vertical_list_1()[source]
Return type:

None

test_vertical_list_2()[source]
Return type:

None

test_vertical_list_3()[source]
Return type:

None

test_vertical_list_str_method()[source]
Return type:

None