InverseInDegreeEdgeWeighting¶
- class InverseInDegreeEdgeWeighting[source]¶
Bases:
pykeen.nn.weighting.EdgeWeightingNormalize messages by inverse in-degree.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
Methods Summary
forward(source, target)Compute edge weights.
Methods Documentation