MCPcopy Create free account
hub / github.com/DeepGraphLearning/graphvite / small_graph_preprocess

Method small_graph_preprocess

python/graphvite/dataset.py:539–540  ·  view source on GitHub ↗
(self, graph_file, label_file, save_file)

Source from the content-addressed store, hash-verified

537 )
538
539 def small_graph_preprocess(self, graph_file, label_file, save_file):
540 self.induced_graph(graph_file, label_file, save_file)
541
542 def label_preprocess(self, label_file, save_file):
543 self.top_k_label(label_file, save_file, k=100, format="(label)-nodes")

Callers

nothing calls this directly

Calls 1

induced_graphMethod · 0.80

Tested by

no test coverage detected