tests.algorithms package

Submodules

tests.algorithms.test_als module

class tests.algorithms.test_als.TestImplicitMF(methodName='runTest')

Bases: unittest.case.TestCase

test_init_givenObjectInitialized_ObjectInitializedCorrectlyExpected()
test_defaultConfigspace_GivenFunctionCalled_correctConfigSpaceReturnedExpected()
class tests.algorithms.test_als.TestBiasedMF(methodName='runTest')

Bases: unittest.case.TestCase

test_init_givenObjectInitialized_ObjectInitializedCorrectlyExpected()
test_defaultConfigspace_GivenFunctionCalled_correctConfigSpaceReturnedExpected()

tests.algorithms.test_bias module

class tests.algorithms.test_bias.TestBias(methodName='runTest')

Bases: unittest.case.TestCase

test_init_givenObjectInitialized_ObjectInitializedCorrectlyExpected()
test_defaultConfigspace_GivenFunctionCalled_correctConfigSpaceReturnedExpected()

tests.algorithms.test_funk_svd module

class tests.algorithms.test_funk_svd.TestFunkSVD(methodName='runTest')

Bases: unittest.case.TestCase

test_init_givenObjectInitialized_ObjectInitializedCorrectlyExpected()
test_defaultConfigspace_GivenFunctionCalled_correctConfigSpaceReturnedExpected()

tests.algorithms.test_item_knn module

class tests.algorithms.test_item_knn.TestItemKNN(methodName='runTest')

Bases: unittest.case.TestCase

test_init_givenObjectInitialized_ObjectInitializedCorrectlyExpected()
test_defaultConfigspace_GivenFunctionCalled_correctConfigSpaceReturnedExpected()

tests.algorithms.test_svd module

class tests.algorithms.test_svd.TestSVD(methodName='runTest')

Bases: unittest.case.TestCase

test_init_givenObjectInitialized_ObjectInitializedCorrectlyExpected()
test_defaultConfigspace_GivenFunctionCalled_correctConfigSpaceReturnedExpected()

tests.algorithms.test_user_knn module

class tests.algorithms.test_user_knn.TestUserKNN(methodName='runTest')

Bases: unittest.case.TestCase

test_init_givenObjectInitialized_ObjectInitializedCorrectlyExpected()
test_defaultConfigspace_GivenFunctionCalled_correctConfigSpaceReturnedExpected()

Module contents