MCPcopy
hub / github.com/dmlc/dgl / adjacency_matrix

Method adjacency_matrix

python/dgl/heterograph.py:3759–3761  ·  view source on GitHub ↗

Alias of :meth:`adj`

(self, etype=None)

Source from the content-addressed store, hash-verified

3757 return deg
3758
3759 def adjacency_matrix(self, etype=None):
3760 """Alias of :meth:`adj`"""
3761 return self.adj(etype)
3762
3763 def adj(self, etype=None, eweight_name=None):
3764 """Get the adjacency matrix of the graph.

Callers 2

adj_externalMethod · 0.45
load_dataFunction · 0.45

Calls 1

adjMethod · 0.95

Tested by

no test coverage detected