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

Method process

python/dgl/data/minigc.py:109–112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

107 )
108
109 def process(self):
110 self.graphs = []
111 self.labels = []
112 self._generate(self.seed)
113
114 def __len__(self):
115 """Return the number of graphs in the dataset."""

Callers

nothing calls this directly

Calls 1

_generateMethod · 0.95

Tested by

no test coverage detected