You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="property"><spanclass="k"><spanclass="pre">class</span></span><spanclass="w"></span></span><spanclass="sig-prename descclassname"><spanclass="pre">torchjd.aggregation.</span></span><spanclass="sig-name descname"><spanclass="pre">Weighting</span></span><aclass="reference external" href="https://github.com/TorchJD/torchjd/blob/main/src/torchjd/aggregation/_weighting_bases.py#L16-L38"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#torchjd.aggregation.Weighting" title="Link to this definition">¶</a></dt>
364
+
<spanclass="property"><spanclass="k"><spanclass="pre">class</span></span><spanclass="w"></span></span><spanclass="sig-prename descclassname"><spanclass="pre">torchjd.aggregation.</span></span><spanclass="sig-name descname"><spanclass="pre">Weighting</span></span><aclass="reference external" href="https://github.com/TorchJD/torchjd/blob/main/src/torchjd/aggregation/_weighting_bases.py#L16-L40"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#torchjd.aggregation.Weighting" title="Link to this definition">¶</a></dt>
365
365
<dd><p>Abstract base class for all weighting methods. It has the role of extracting a vector of weights
366
366
of dimension <spanclass="math notranslate nohighlight">\(m\)</span> from some statistic of a matrix of dimension <spanclass="math notranslate nohighlight">\(m \times n\)</span>,
367
367
generally its Gramian, of dimension <spanclass="math notranslate nohighlight">\(m \times m\)</span>.</p>
<spanclass="property"><spanclass="k"><spanclass="pre">class</span></span><spanclass="w"></span></span><spanclass="sig-prename descclassname"><spanclass="pre">torchjd.aggregation.</span></span><spanclass="sig-name descname"><spanclass="pre">GeneralizedWeighting</span></span><aclass="reference external" href="https://github.com/TorchJD/torchjd/blob/main/src/torchjd/aggregation/_weighting_bases.py#L56-L78"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#torchjd.aggregation.GeneralizedWeighting" title="Link to this definition">¶</a></dt>
372
+
<spanclass="property"><spanclass="k"><spanclass="pre">class</span></span><spanclass="w"></span></span><spanclass="sig-prename descclassname"><spanclass="pre">torchjd.aggregation.</span></span><spanclass="sig-name descname"><spanclass="pre">GeneralizedWeighting</span></span><aclass="reference external" href="https://github.com/TorchJD/torchjd/blob/main/src/torchjd/aggregation/_weighting_bases.py#L58-L80"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#torchjd.aggregation.GeneralizedWeighting" title="Link to this definition">¶</a></dt>
373
373
<dd><p>Abstract base class for all weightings that operate on generalized Gramians. It has the role of
374
374
extracting a tensor of weights of dimension <spanclass="math notranslate nohighlight">\(m_1 \times \dots \times m_k\)</span> from a
0 commit comments