Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rushter/MLAlgorithms
/ __init__
Method
__init__
mla/svm/kernerls.py:26–27 ·
view source on GitHub ↗
(self, gamma=0.1)
Source
from the content-addressed store, hash-verified
24
25
class
RBF(object):
26
def
__init__(self, gamma=0.1):
27
self.gamma = gamma
28
29
def
__call__(self, x, y):
30
x = np.atleast_2d(x)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected