Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cherichy/statistical_learning
/ functions
Functions
34 in github.com/cherichy/statistical_learning
⨍
Functions
34
◇
Types & classes
9
↓ 3 callers
Method
calE
(self, i)
python/svm.py:34
↓ 2 callers
Method
fit
(self)
python/logistic.py:13
↓ 2 callers
Method
predict
(self,x)
python/logistic.py:24
↓ 1 callers
Method
KKT
a = 0 => outside 0 < a < c => on the margin, active support a = c => inside $y_i E_i = y_i (g_i - y_i) = y
python/svm.py:37
↓ 1 callers
Method
SplitData
(self, df)
python/decisionTree.py:24
↓ 1 callers
Method
calH
(self, count)
python/decisionTree.py:12
↓ 1 callers
Method
calg
(self, cb)
python/decisionTree.py:18
↓ 1 callers
Method
creatTree
(self, df)
python/decisionTree.py:47
↓ 1 callers
Method
fit
(self)
python/perceptron.py:12
↓ 1 callers
Method
fit
(self)
python/svm.py:91
↓ 1 callers
Method
nearest
(self, x, near_k=1, p=2)
python/KNN.py:28
↓ 1 callers
Method
predict
(self, x)
python/NaiveBayes.py:16
↓ 1 callers
Method
predict
(self, data)
python/svm.py:117
↓ 1 callers
Method
select_ij
(self)
python/svm.py:50
Method
DLoss
(x,y,w)
python/logistic.py:16
Method
DLoss
(x,y,w)
python/logistic.py:43
Method
Loss
(x,y,w)
python/logistic.py:14
Method
Loss
(x,y,w)
python/logistic.py:41
Method
__call__
(self, data1, data2)
python/svm.py:8
Method
__init__
(self,data,label)
python/logistic.py:9
Method
__init__
(self,data,label,order=None)
python/logistic.py:34
Method
__init__
(self, data, method="ID3", eps=0.01)
python/decisionTree.py:6
Method
__init__
(self, data, label, learning_rate=1)
python/perceptron.py:5
Method
__init__
(self, data, sp=0, left=None, right=None)
python/KNN.py:6
Method
__init__
(self, data)
python/KNN.py:14
Method
__init__
(self, data, lam=0)
python/NaiveBayes.py:6
Method
__init__
(self, name='linear', para=None)
python/svm.py:4
Method
__init__
(self, data, label, C=1, eps=1e-6, kernel=Kernel(), maxiter=200)
python/svm.py:23
Method
create
(dataset, sp)
python/KNN.py:16
Method
fit
(self)
python/logistic.py:40
Method
fit_dual
(self)
python/perceptron.py:24
Method
predict
(self,x)
python/logistic.py:53
Method
predict
(self, data)
python/perceptron.py:39
Method
visit
(node)
python/KNN.py:33