Project Documentation
Bases: TestCase
TestCase
Class with tests associated with Classifier class.
Method tests the get_classifier method of the class.
Method tests the get_max_iter method of the class.
Method tests the get_sc_clf_1 method of the class.
Method tests the get_sc_clf_2 method of the class.
Method tests the get_sc_clf_3 method of the class.
Method tests the get_vc_clf_1 method of the class.
Method tests the get_vc_clf_2 method of the class.
Method tests the initialization of a class
Method tests the set_classifier method of the class.
Method tests the set_clf_abc method of the class.
Method tests the set_clf_bnb method of the class.
Method tests the set_clf_cnb method of the class.
Method tests the set_clf_dtc method of the class.
Method tests the set_clf_etc method of the class.
Method tests the set_clf_gbc method of the class.
Method tests the set_clf_knn method of the class.
Method tests the set_clf_lr method of the class.
Method tests the set_clf_lsv method of the class.
Method tests the set_clf_nb method of the class.
Method tests the set_clf_rdg method of the class.
Method tests the set_clf_rfc method of the class.
Method tests the set_clf_sgd method of the class.
Method tests the set_clf_stc method of the class.
Method tests the set_clf_svc method of the class.
Method tests the set_clf_vtc method of the class.
Method tests the set_max_iter method of the class.
Method tests the set_sc_clf_1 method of the class.
Method tests the set_sc_clf_2 method of the class.
Method tests the set_sc_clf_3 method of the class.
Method tests the set_vc_clf_1 method of the class.
Method tests the set_vc_clf_2 method of the class.
Method tests the set_vc_clf_3 method of the class.
Method tests the set_voting_hard method of the class.
Method tests the set_voting_soft method of the class.