Sum¶ class torchjd.aggregation.Sum[source]¶ Aggregator that sums of the rows of the input matrices. class torchjd.aggregation.SumWeighting[source]¶ Weighting that gives the weights \(\begin{bmatrix} 1 & \dots & 1 \end{bmatrix}^T \in \mathbb{R}^m\).