EdgeWeighting
- class EdgeWeighting(**kwargs)[source]
Bases:
Module
Base class for edge weightings.
Initialize the module.
- Parameters:
kwargs – ignored keyword-based parameters.
Attributes Summary
whether the edge weighting needs access to the message
Methods Summary
forward
(source, target[, message, x_e])Compute edge weights.
Attributes Documentation
Methods Documentation