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
<dt><strong>value</strong><spanclass="classifier">str</span></dt><dd><p>The value to update the configuration dictionary with. For the
706
+
<codeclass="docutils literal notranslate"><spanclass="pre">"output"</span></code> option, <codeclass="docutils literal notranslate"><spanclass="pre">value</span></code> may be set to <codeclass="docutils literal notranslate"><spanclass="pre">"pandas"</span></code>,
707
+
<codeclass="docutils literal notranslate"><spanclass="pre">"polars"</span></code>, or <codeclass="docutils literal notranslate"><spanclass="pre">"numpy"</span></code>. Defaults to <codeclass="docutils literal notranslate"><spanclass="pre">"pandas"</span></code>.</p>
698
708
</dd>
699
-
<dt><strong>value</strong><spanclass="classifier">str</span></dt><dd><p>The value to update the configuration dictionary with.</p>
Copy file name to clipboardExpand all lines: docs/dev/generated/skbio.stats.ordination.OrdinationResults.html
+23-17Lines changed: 23 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -688,7 +688,7 @@
688
688
<h1>skbio.stats.ordination.OrdinationResults<aclass="headerlink" href="#skbio-stats-ordination-ordinationresults" title="Link to this heading">#</a></h1>
<dt><strong>eigvals</strong><spanclass="classifier">ndarray</span></dt><dd><p>The resulting eigenvalues. The index corresponds to the ordination
705
-
axis labels</p>
704
+
<dt><strong>eigvals</strong><spanclass="classifier">table_like</span></dt><dd><p>The resulting eigenvalues. The index corresponds to the ordination
705
+
axis labels. See the <aclass="reference external" href="../../../docs/dev/generated/skbio.util.config.html#the-datatable-type">DataTable</a> type
706
+
documentation for details.</p>
706
707
</dd>
707
-
<dt><strong>samples</strong><spanclass="classifier">ndarray</span></dt><dd><p>The position of the samples in the ordination space, row-indexed by the
708
-
sample id.</p>
708
+
<dt><strong>samples</strong><spanclass="classifier">table_like</span></dt><dd><p>The position of the samples in the ordination space, row-indexed by the
709
+
sample id. See the <aclass="reference external" href="../../../docs/dev/generated/skbio.util.config.html#the-datatable-type">DataTable</a> type
710
+
documentation for details.</p>
709
711
</dd>
710
-
<dt><strong>sample_ids</strong><spanclass="classifier">list of str, or should it be pd.Index?</span></dt><dd><p>The names of the samples. Must be provided if samples is an array.</p>
712
+
<dt><strong>features</strong><spanclass="classifier">table_like</span></dt><dd><p>The position of the features in the ordination space, row-indexed by
713
+
the feature id. See the <aclass="reference external" href="../../../docs/dev/generated/skbio.util.config.html#the-datatable-type">DataTable</a> type
714
+
documentation for details.</p>
711
715
</dd>
712
-
<dt><strong>features</strong><spanclass="classifier">ndarray</span></dt><dd><p>The position of the features in the ordination space, row-indexed by
713
-
the feature id.</p>
716
+
<dt><strong>biplot_scores</strong><spanclass="classifier">table_like</span></dt><dd><p>Correlation coefficients of the samples with respect to the features.
717
+
See the <aclass="reference external" href="../../../docs/dev/generated/skbio.util.config.html#the-datatable-type">DataTable</a> type
718
+
documentation for details.</p>
714
719
</dd>
715
-
<dt><strong>feature_ids</strong><spanclass="classifier">array-like of str</span></dt><dd><p>The names of the features. Must be provided if features is an array.</p>
716
-
</dd>
717
-
<dt><strong>biplot_scores</strong><spanclass="classifier">ndarray</span></dt><dd><p>Correlation coefficients of the samples with respect to the features.</p>
718
-
</dd>
719
-
<dt><strong>sample_constraints</strong><spanclass="classifier">ndarray</span></dt><dd><p>Site constraints (linear combinations of constraining variables):
720
+
<dt><strong>sample_constraints</strong><spanclass="classifier">table_like</span></dt><dd><p>Site constraints (linear combinations of constraining variables):
720
721
coordinates of the sites in the space of the explanatory variables X.
721
-
These are the fitted site scores</p>
722
+
These are the fitted site scores. See the <aclass="reference external" href="../../../docs/dev/generated/skbio.util.config.html#the-datatable-type">DataTable</a> type
723
+
documentation for details.</p>
724
+
</dd>
725
+
<dt><strong>proportion_explained</strong><spanclass="classifier">table_like</span></dt><dd><p>Proportion explained by each of the dimensions in the ordination space.
726
+
The index corresponds to the ordination axis labels. See the
727
+
<aclass="reference external" href="../../../docs/dev/generated/skbio.util.config.html#the-datatable-type">DataTable</a> type documentation for details.</p>
722
728
</dd>
723
-
<dt><strong>proportion_explained</strong><spanclass="classifier">ndarray</span></dt><dd><p>Proportion explained by each of the dimensions in the ordination space.
724
-
The index corresponds to the ordination axis labels</p>
729
+
<dt><strong>sample_ids, feature_ids, constraint_ids, output_format</strong><spanclass="classifier">optional</span></dt><dd><p>Standard <codeclass="docutils literal notranslate"><spanclass="pre">DataTable</span></code> parameters. See the <aclass="reference external" href="../../../docs/dev/generated/skbio.util.config.html#the-datatable-type">DataTable</a> type
<spanclass="sig-name descname"><spanclass="pre">__str__</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/ordination/_ordination_results.py#L107"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#skbio.stats.ordination.OrdinationResults.__str__" title="Link to this definition">#</a></dt>
830
+
<spanclass="sig-name descname"><spanclass="pre">__str__</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/ordination/_ordination_results.py#L123"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#skbio.stats.ordination.OrdinationResults.__str__" title="Link to this definition">#</a></dt>
825
831
<dd><p>Return a string representation of the ordination results.</p>
826
832
<p>String representation lists ordination results attributes and indicates
827
833
whether or not they are present. If an attribute is present, its
0 commit comments