Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddbourgin/numpy-ml
/ _kernel
Method
_kernel
numpy_ml/utils/kernels.py:14–15 ·
view source on GitHub ↗
(self, X, Y)
Source
from the content-addressed store, hash-verified
12
13
@abstractmethod
14
def
_kernel(self, X, Y):
15
raise
NotImplementedError
16
17
def
__call__(self, X, Y=None):
18
""
"Refer to documentation for the `_kernel` method"
""
Callers
1
__call__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected