MCPcopy
hub / github.com/THUDM/CogDL / get_default_args_agc

Function get_default_args_agc

tests/tasks/test_attributed_graph_clustering.py:40–44  ·  view source on GitHub ↗
(dataset, model, dw=None, mw=None)

Source from the content-addressed store, hash-verified

38
39
40def get_default_args_agc(dataset, model, dw=None, mw=None):
41 args = get_default_args(dataset=dataset, model=model, dw=dw, mw=mw)
42 for key, value in default_dict.items():
43 args.__setattr__(key, value)
44 return args
45
46
47def test_kmeans_cora():

Callers 7

test_kmeans_coraFunction · 0.85
test_spectral_coraFunction · 0.85
test_prone_coraFunction · 0.85
test_agc_coraFunction · 0.85
test_daegc_coraFunction · 0.85
test_gae_coraFunction · 0.85
test_vgae_coraFunction · 0.85

Calls 1

get_default_argsFunction · 0.90

Tested by

no test coverage detected