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