Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Jack-Cherish/Machine-Learning
/ clipAlpha
Function
clipAlpha
SVM/svm-simple.py:74–79 ·
view source on GitHub ↗
(aj,H,L)
Source
from the content-addressed store, hash-verified
72
2017-09-21
73
""
"
74
def
clipAlpha(aj,H,L):
75
if
aj > H:
76
aj = H
77
if
L > aj:
78
aj = L
79
return
aj
80
81
""
"
82
函数说明:数据可视化
Callers
1
smoSimple
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected