MCPcopy Create free account
hub / github.com/Tencent/embedx / load

Method load

demo/data/scripts/dataset.py:91–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

89 self.node_id_map = {}
90
91 def load(self):
92 self.node_label_feature = self.__load_node_label_feature()
93 self.edges = self.__load_edges()
94
95 def to_nx_graph(self):
96 self.node_id_map = self.__build_node_id_map()

Callers

nothing calls this directly

Calls 2

__load_edgesMethod · 0.95

Tested by

no test coverage detected