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

Method LINE

python/graphvite/application/network.py:70–73  ·  view source on GitHub ↗
(heads, tails)

Source from the content-addressed store, hash-verified

68
69 @staticmethod
70 def LINE(heads, tails):
71 x = heads * tails
72 score = x.sum(dim=1)
73 return score
74
75 DeepWalk = LINE
76

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected