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