MCPcopy Create free account
hub / github.com/alibaba/euler / __init__

Method __init__

tf_euler/python/convolution/appnp_conv.py:28–31  ·  view source on GitHub ↗
(self, dim, K, alpha, **kwargs)

Source from the content-addressed store, hash-verified

26class APPNPConv(conv.Conv):
27
28 def __init__(self, dim, K, alpha, **kwargs):
29 super(APPNPConv, self).__init__(aggr='add', **kwargs)
30 self.K = K
31 self.alpha = alpha
32
33 @staticmethod
34 def norm(edge_index, size):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected