Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jindongwang/transferlearning
/ predict
Method
predict
code/DeepDG/alg/algs/ERM.py:37–38 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
35
return
{
'class'
: loss.item()}
36
37
def
predict(self, x):
38
return
self.network(x)
Callers
15
update
Method · 0.95
fit_predict
Method · 0.45
knn_classify
Function · 0.45
fit_predict
Method · 0.45
train_classify
Method · 0.45
fit_predict
Method · 0.45
fit_predict
Method · 0.45
proxy_a_distance
Function · 0.45
fit_predict
Method · 0.45
partot_DA
Method · 0.45
proxy_a_distance
Function · 0.45
fit_predict
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected