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

Method __init__

python/graphvite/dataset.py:455–462  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

453 graph, label
454 """
455 def __init__(self):
456 super(Youtube, self).__init__(
457 "youtube",
458 urls={
459 "graph": "http://socialnetworks.mpi-sws.mpg.de/data/youtube-links.txt.gz",
460 "label": "http://socialnetworks.mpi-sws.mpg.de/data/youtube-groupmemberships.txt.gz"
461 }
462 )
463
464 def label_preprocess(self, raw_file, save_file):
465 self.top_k_label(raw_file, save_file, k=47)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected