Skip to content

Commit e0b0d5c

Browse files
committed
1 parent 776b8f9 commit e0b0d5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

latest/docs/aggregation/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,15 +361,15 @@ <h2>Abstract base classes<a class="headerlink" href="#abstract-base-classes" tit
361361

362362
<dl class="py class">
363363
<dt class="sig sig-object py" id="torchjd.aggregation.Weighting">
364-
<span class="property"><span class="k"><span class="pre">class</span></span><span class="w"> </span></span><span class="sig-prename descclassname"><span class="pre">torchjd.aggregation.</span></span><span class="sig-name descname"><span class="pre">Weighting</span></span><a class="reference external" href="https://github.com/TorchJD/torchjd/blob/main/src/torchjd/aggregation/_weighting_bases.py#L16-L38"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#torchjd.aggregation.Weighting" title="Link to this definition"></a></dt>
364+
<span class="property"><span class="k"><span class="pre">class</span></span><span class="w"> </span></span><span class="sig-prename descclassname"><span class="pre">torchjd.aggregation.</span></span><span class="sig-name descname"><span class="pre">Weighting</span></span><a class="reference external" href="https://github.com/TorchJD/torchjd/blob/main/src/torchjd/aggregation/_weighting_bases.py#L16-L40"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#torchjd.aggregation.Weighting" title="Link to this definition"></a></dt>
365365
<dd><p>Abstract base class for all weighting methods. It has the role of extracting a vector of weights
366366
of dimension <span class="math notranslate nohighlight">\(m\)</span> from some statistic of a matrix of dimension <span class="math notranslate nohighlight">\(m \times n\)</span>,
367367
generally its Gramian, of dimension <span class="math notranslate nohighlight">\(m \times m\)</span>.</p>
368368
</dd></dl>
369369

370370
<dl class="py class">
371371
<dt class="sig sig-object py" id="torchjd.aggregation.GeneralizedWeighting">
372-
<span class="property"><span class="k"><span class="pre">class</span></span><span class="w"> </span></span><span class="sig-prename descclassname"><span class="pre">torchjd.aggregation.</span></span><span class="sig-name descname"><span class="pre">GeneralizedWeighting</span></span><a class="reference external" href="https://github.com/TorchJD/torchjd/blob/main/src/torchjd/aggregation/_weighting_bases.py#L56-L78"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#torchjd.aggregation.GeneralizedWeighting" title="Link to this definition"></a></dt>
372+
<span class="property"><span class="k"><span class="pre">class</span></span><span class="w"> </span></span><span class="sig-prename descclassname"><span class="pre">torchjd.aggregation.</span></span><span class="sig-name descname"><span class="pre">GeneralizedWeighting</span></span><a class="reference external" href="https://github.com/TorchJD/torchjd/blob/main/src/torchjd/aggregation/_weighting_bases.py#L58-L80"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#torchjd.aggregation.GeneralizedWeighting" title="Link to this definition"></a></dt>
373373
<dd><p>Abstract base class for all weightings that operate on generalized Gramians. It has the role of
374374
extracting a tensor of weights of dimension <span class="math notranslate nohighlight">\(m_1 \times \dots \times m_k\)</span> from a
375375
generalized Gramian of dimension

0 commit comments

Comments
 (0)