tests.classifiers package

Submodules

tests.classifiers.test_classifier module

class tests.classifiers.test_classifier.TestClassifier(methodName='runTest')[source]

Bases: TestCase

Class with tests associated with Classifier class.

test_get_classifier()[source]

Method tests the get_classifier method of the class.

test_get_max_iter()[source]

Method tests the get_max_iter method of the class.

test_get_sc_clf_1()[source]

Method tests the get_sc_clf_1 method of the class.

test_get_sc_clf_2()[source]

Method tests the get_sc_clf_2 method of the class.

test_get_sc_clf_3()[source]

Method tests the get_sc_clf_3 method of the class.

test_get_vc_clf_1()[source]

Method tests the get_vc_clf_1 method of the class.

test_get_vc_clf_2()[source]

Method tests the get_vc_clf_2 method of the class.

test_get_vc_clf_3()[source]

Method tests the get_vc_clf_2 method of the class.

test_init()[source]

Method tests the initialization of a class

test_set_classifier()[source]

Method tests the set_classifier method of the class.

test_set_clf_abc()[source]

Method tests the set_clf_abc method of the class.

test_set_clf_bnb()[source]

Method tests the set_clf_bnb method of the class.

test_set_clf_cnb()[source]

Method tests the set_clf_cnb method of the class.

test_set_clf_dtc()[source]

Method tests the set_clf_dtc method of the class.

test_set_clf_etc()[source]

Method tests the set_clf_etc method of the class.

test_set_clf_gbc()[source]

Method tests the set_clf_gbc method of the class.

test_set_clf_knn()[source]

Method tests the set_clf_knn method of the class.

test_set_clf_lr()[source]

Method tests the set_clf_lr method of the class.

test_set_clf_lsv()[source]

Method tests the set_clf_lsv method of the class.

test_set_clf_nb()[source]

Method tests the set_clf_nb method of the class.

test_set_clf_rdg()[source]

Method tests the set_clf_rdg method of the class.

test_set_clf_rfc()[source]

Method tests the set_clf_rfc method of the class.

test_set_clf_sgd()[source]

Method tests the set_clf_sgd method of the class.

test_set_clf_stc()[source]

Method tests the set_clf_stc method of the class.

test_set_clf_svc()[source]

Method tests the set_clf_svc method of the class.

test_set_clf_vtc()[source]

Method tests the set_clf_vtc method of the class.

test_set_max_iter()[source]

Method tests the set_max_iter method of the class.

test_set_sc_clf_1()[source]

Method tests the set_sc_clf_1 method of the class.

test_set_sc_clf_2()[source]

Method tests the set_sc_clf_2 method of the class.

test_set_sc_clf_3()[source]

Method tests the set_sc_clf_3 method of the class.

test_set_vc_clf_1()[source]

Method tests the set_vc_clf_1 method of the class.

test_set_vc_clf_2()[source]

Method tests the set_vc_clf_2 method of the class.

test_set_vc_clf_3()[source]

Method tests the set_vc_clf_3 method of the class.

test_set_voting_hard()[source]

Method tests the set_voting_hard method of the class.

test_set_voting_soft()[source]

Method tests the set_voting_soft method of the class.

Module contents