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

Method __init__

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

Source from the content-addressed store, hash-verified

493 pld_train, pld_test
494 """
495 def __init__(self):
496 super(Hyperlink2012, self).__init__(
497 "hyperlink2012",
498 urls={
499 "pld_train": "http://data.dws.informatik.uni-mannheim.de/hyperlinkgraph/2012-08/pld-arc.gz",
500 "pld_valid": "http://data.dws.informatik.uni-mannheim.de/hyperlinkgraph/2012-08/pld-arc.gz",
501 "pld_test": "http://data.dws.informatik.uni-mannheim.de/hyperlinkgraph/2012-08/pld-arc.gz"
502 }
503 )
504
505 def pld_train_preprocess(self, graph_file, train_file):
506 valid_file = train_file[:train_file.rfind("pld_train.txt")] + "pld_valid.txt"

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected