Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmirkCao/Lihang
/ functions
Functions
228 in github.com/SmirkCao/Lihang
⨍
Functions
228
◇
Types & classes
38
Method
__init__
(self, max_iter=10)
CH08/adaboost.py:127
Method
__init__
(self, tol=10e-3, C=0.6, n_iters=10, verbo
CH07/svm.py:13
Method
__init__
:param k: knn :param p:
CH03/knn.py:21
Method
__init__
(self, feas=None, labels=None)
CH17/utils.py:12
Method
__init__
(self, n_components)
CH17/lsa.py:12
Method
__init__
(self, n_component=0, Q=None, V=None, n_iters=5)
CH10/hmm.py:15
Method
__init__
(self, eps, feas, name=None, criterion="en
CH05/decision_tree.py:14
Method
__init__
(self, tol=10e-3, criterion='gain', min_samples_leaf=5)
CH05/dt.py:15
Method
__init__
(self, max_iter=5000, eta=0.00001, verbose=True)
CH02/perceptron.py:12
Method
__init__
(self, learning_step = 0.0001, epsilon=0.001, n_iter=1500)
CH06/logistic_regression.py:16
Method
__init__
(self, tol=1e-4, max_iter=100)
CH06/maxent.py:18
Method
__init__
(self)
CH06/demo.py:16
Method
__or__
(a, b)
CH14/clustering.py:28
Method
__repr__
(self)
CH03/knn.py:15
Method
__str__
(self, )
CH14/clustering.py:34
Method
__str__
(self,)
CH16/pca.py:20
Method
__str__
(self)
CH08/adaboost.py:133
Method
__sub__
(a, b)
CH14/clustering.py:17
Method
_cal_gini
(X, y)
CH05/dt.py:90
Method
_cal_loss
(self, X, y)
CH05/dt.py:53
Method
_calc_M
(self)
CH11/crf.py:64
Method
_calc_f_k
(self)
CH11/crf.py:51
Method
_do_backward
(self, X)
CH11/crf.py:77
Method
_do_forward
(self, X)
CH11/crf.py:70
Method
_do_smop
(self)
CH07/svm.py:100
Method
_f_gen
(self)
CH11/crf.py:46
Method
_gain_ratio
(X, y)
CH05/dt.py:86
Method
_pruning
(self)
CH05/dt.py:57
Method
_virtebi
(self, X)
CH11/crf.py:84
Function
clf_great_than_
weak learner :param x_: :param v_: threshold :return: classify results
CH08/adaboost.py:10
Function
clf_less_than_
:param x_: :param v_: threshold :return: classify results
CH08/adaboost.py:24
Method
create_cart
(self, x_, y_)
CH05/decision_tree.py:168
Method
f
(x, y)
CH06/demo.py:111
Method
fit
(self, x)
CH14/clustering.py:47
Method
fit
(self, X)
CH11/crf.py:29
Method
fun
(a)
CH07/unit_test.py:71
Function
g
(x_, y_, w_)
CH06/logistic_regression.py:73
Method
plot_tree
(self, depth=3)
CH05/decision_tree.py:118
Method
predict
(self, X)
CH09/bmm.py:108
Method
predict
(self, x)
CH14/clustering.py:50
Method
predict
(self, X)
CH11/crf.py:33
Method
predict
(self, x_)
CH08/adaboost.py:146
Method
predict
(self, X)
CH07/svm.py:32
Method
predict
Find most likely state sequence corresponding to ``X``.
CH10/hmm.py:189
Method
predict_preba
(self, X)
CH07/svm.py:35
Method
predict_proba
(self, X)
CH11/crf.py:37
Method
predict_proba
(self, X)
CH03/knn.py:84
Method
predict_proba
(self)
CH10/hmm.py:196
Method
pruning
(self)
CH05/decision_tree.py:171
Method
sample
(self, n_samples=1)
CH09/bmm.py:111
Method
sample
e9.1, 三硬币模型数据 :param n: :return:
CH09/model.py:19
Method
sample
(self)
CH10/hmm.py:201
Method
score
(self)
CH10/hmm.py:205
Method
test_EM
(self)
CH10/unit_test.py:174
Method
test_adaboost
(self)
CH08/unit_test.py:120
Method
test_adaboost_algo
(self)
CH08/unit_test.py:22
Method
test_backward
(self)
CH10/unit_test.py:132
Method
test_bkw_frw
(self)
CH10/unit_test.py:154
Method
test_bmm
(self)
CH09/unit_test.py:99
Method
test_cluster
(self)
CH14/unit_test.py:54
Method
test_e101
(self)
CH10/unit_test.py:16
Method
test_e102
(self)
CH10/unit_test.py:39
Method
test_e103
(self)
CH10/unit_test.py:68
Method
test_e111
(self)
CH11/unit_test.py:17
Method
test_e112
(self)
CH11/unit_test.py:45
Method
test_e113
(self)
CH11/unit_test.py:71
Method
test_e14_2
(self)
CH14/unit_test.py:18
Method
test_e21
(self)
CH02/unit_test.py:17
Method
test_e22
(self)
CH02/unit_test.py:30
Method
test_e31
(self)
CH03/unit_test.py:15
Method
test_e32
(self)
CH03/unit_test.py:27
Method
test_e33
(self)
CH03/unit_test.py:33
Method
test_e41
(self)
CH04/unit_test.py:13
Method
test_e42
(self)
CH04/unit_test.py:22
Method
test_e51
(self)
CH05/unit_test.py:19
Method
test_e52
(self)
CH05/unit_test.py:24
Method
test_e53
(self)
CH05/unit_test.py:41
Method
test_e54
(self)
CH05/unit_test.py:69
Method
test_e61
(self)
CH06/unit_test.py:20
Method
test_e62
(self)
CH06/unit_test.py:39
Method
test_e71
(self)
CH07/unit_test.py:22
Method
test_e71_
(self)
CH07/unit_test.py:96
Method
test_e72
(self)
CH07/unit_test.py:64
Method
test_e72_
(self)
CH07/unit_test.py:109
Method
test_e73
(self)
CH07/unit_test.py:92
Method
test_e82
(self)
CH08/unit_test.py:129
Method
test_e91
(self)
CH09/unit_test.py:20
Method
test_e_15_1
(self)
CH15/unit_test.py:16
Method
test_e_15_4
(self)
CH15/unit_test.py:144
Method
test_e_15_4_e
(self)
CH15/unit_test.py:41
Method
test_e_15_5
(self)
CH15/unit_test.py:225
Method
test_e_15_6
(self)
CH15/unit_test.py:234
Method
test_e_16_1
(self)
CH16/unit_test.py:19
Method
test_ex1601
(self)
CH16/unit_test.py:49
Method
test_f76
(self)
CH07/unit_test.py:134
Method
test_fit
(self)
CH14/unit_test.py:36
Method
test_forward
(self)
CH10/unit_test.py:108
Method
test_gradient_decent
(self)
CH06/unit_test.py:64
Method
test_kmeans_blob
(self)
CH14/unit_test.py:60
Method
test_kmeans_circle
(self)
CH14/unit_test.py:71
← previous
next →
101–200 of 228, ranked by callers