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
Copy file name to clipboardExpand all lines: docs/dev/generated/skbio.stats.distance.DistanceMatrix.permute.html
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -717,19 +717,25 @@
717
717
<h1>skbio.stats.distance.DistanceMatrix.permute<aclass="headerlink" href="#skbio-stats-distance-distancematrix-permute" title="Link to this heading">#</a></h1>
<spanclass="sig-prename descclassname"><spanclass="pre">DistanceMatrix.</span></span><spanclass="sig-name descname"><spanclass="pre">permute</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">condensed</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">False</span></span></em><spanclass="sig-paren">)</span><aclass="reference external" href="https://github.com/scikit-bio/scikit-bio/blob/main/skbio/stats/distance/_base.py#L1105"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#skbio.stats.distance.DistanceMatrix.permute" title="Link to this definition">#</a></dt>
720
+
<spanclass="sig-prename descclassname"><spanclass="pre">DistanceMatrix.</span></span><spanclass="sig-name descname"><spanclass="pre">permute</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">condensed</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">False</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">seed</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="reference external" href="https://github.com/scikit-bio/scikit-bio/blob/main/skbio/stats/distance/_base.py#L1105"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#skbio.stats.distance.DistanceMatrix.permute" title="Link to this definition">#</a></dt>
721
721
<dd><p>Randomly permute both rows and columns in the matrix.</p>
722
722
<p>Randomly permutes the ordering of rows and columns in the matrix. The
723
723
same permutation is applied to both rows and columns in order to
724
724
maintain symmetry and hollowness. Only the rows/columns in the distance
725
725
matrix are permuted; the IDs are <em>not</em> permuted.</p>
<dt><strong>seed</strong><spanclass="classifier">int, Generator or RandomState, optional</span></dt><dd><p>A user-provided random seed or random generator instance. See
Copy file name to clipboardExpand all lines: docs/dev/generated/skbio.stats.distance.DistanceMatrix.to_series.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -717,7 +717,7 @@
717
717
<h1>skbio.stats.distance.DistanceMatrix.to_series<aclass="headerlink" href="#skbio-stats-distance-distancematrix-to-series" title="Link to this heading">#</a></h1>
<spanclass="sig-prename descclassname"><spanclass="pre">DistanceMatrix.</span></span><spanclass="sig-name descname"><spanclass="pre">to_series</span></span><spanclass="sig-paren">(</span><spanclass="sig-paren">)</span><aclass="reference external" href="https://github.com/scikit-bio/scikit-bio/blob/main/skbio/stats/distance/_base.py#L1166"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#skbio.stats.distance.DistanceMatrix.to_series" title="Link to this definition">#</a></dt>
720
+
<spanclass="sig-prename descclassname"><spanclass="pre">DistanceMatrix.</span></span><spanclass="sig-name descname"><spanclass="pre">to_series</span></span><spanclass="sig-paren">(</span><spanclass="sig-paren">)</span><aclass="reference external" href="https://github.com/scikit-bio/scikit-bio/blob/main/skbio/stats/distance/_base.py#L1172"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#skbio.stats.distance.DistanceMatrix.to_series" title="Link to this definition">#</a></dt>
721
721
<dd><p>Create a <codeclass="docutils literal notranslate"><spanclass="pre">pandas.Series</span></code> from this <codeclass="docutils literal notranslate"><spanclass="pre">DistanceMatrix</span></code>.</p>
722
722
<p>The series will contain distances in condensed form: only distances
723
723
from one matrix triangle are included, and the diagonal is excluded.
statistical significance calculations will be skipped and the p-value
753
753
will be <codeclass="docutils literal notranslate"><spanclass="pre">np.nan</span></code>.</p>
754
754
</dd>
755
+
<dt><strong>seed</strong><spanclass="classifier">int, Generator or RandomState, optional</span></dt><dd><p>A user-provided random seed or random generator instance. See
<codeclass="docutils literal notranslate"><spanclass="pre">Group</span></code> column specifies the same grouping as the vector we used in the
835
839
previous examples:</p>
836
840
<divclass="doctest highlight-default notranslate"><divclass="highlight"><pre><span></span><spanclass="gp">>>> </span><spanclass="c1"># make output deterministic; not necessary for normal use</span>
0 commit comments