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
<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#L1878"><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>
706
+
<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#L2106"><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>
707
707
<dd><p>Create a pandas Series from this <codeclass="docutils literal notranslate"><spanclass="pre">DistanceMatrix</span></code>.</p>
708
708
<p>The series will contain distances in condensed form: only distances from one
709
709
matrix triangle are included, and the diagonal is excluded. The series’ index
<p>To obtain all distances (i.e. both upper and lower matrix triangles and the
714
714
diagonal), use <codeclass="xref py py-meth docutils literal notranslate"><spanclass="pre">to_data_frame</span></code>. To obtain <em>only</em> the distances in
715
-
condensed form (e.g. for use with SciPy), use <aclass="reference internal" href="skbio.stats.distance.DistanceMatrix.condensed_form.html#skbio.stats.distance.DistanceMatrix.condensed_form" title="skbio.stats.distance.DistanceMatrix.condensed_form"><codeclass="xref py py-meth docutils literal notranslate"><spanclass="pre">condensed_form</span></code></a>.</p>
715
+
condensed form (e.g. for use with SciPy), use <codeclass="xref py py-meth docutils literal notranslate"><spanclass="pre">condensed_form</span></code>.</p>
Copy file name to clipboardExpand all lines: docs/dev/generated/skbio.stats.distance.PairwiseMatrix.between.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -703,7 +703,7 @@
703
703
<h1>skbio.stats.distance.PairwiseMatrix.between<aclass="headerlink" href="#skbio-stats-distance-pairwisematrix-between" title="Link to this heading">#</a></h1>
Copy file name to clipboardExpand all lines: docs/dev/generated/skbio.stats.distance.PairwiseMatrix.copy.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -703,7 +703,7 @@
703
703
<h1>skbio.stats.distance.PairwiseMatrix.copy<aclass="headerlink" href="#skbio-stats-distance-pairwisematrix-copy" title="Link to this heading">#</a></h1>
<spanclass="sig-prename descclassname"><spanclass="pre">PairwiseMatrix.</span></span><spanclass="sig-name descname"><spanclass="pre">copy</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#L410"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#skbio.stats.distance.PairwiseMatrix.copy" title="Link to this definition">#</a></dt>
706
+
<spanclass="sig-prename descclassname"><spanclass="pre">PairwiseMatrix.</span></span><spanclass="sig-name descname"><spanclass="pre">copy</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#L417"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#skbio.stats.distance.PairwiseMatrix.copy" title="Link to this definition">#</a></dt>
Copy file name to clipboardExpand all lines: docs/dev/generated/skbio.stats.distance.PairwiseMatrix.filter.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -703,7 +703,7 @@
703
703
<h1>skbio.stats.distance.PairwiseMatrix.filter<aclass="headerlink" href="#skbio-stats-distance-pairwisematrix-filter" title="Link to this heading">#</a></h1>
0 commit comments