File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,12 @@ def evaluate(self,
239
239
This method requires ``add_evaluation_metadata`` to run first. ``original_cell_types`` and
240
240
``embedding_cell_types`` are optional for the downstream category. For ``concordance``, if
241
241
you wish to use clustering results for embedding and comparison files, set the appropriate
242
- clusterings to ``embedding_cell_types`` and ``comparison_cell_types``.
242
+ clusterings to ``embedding_cell_types`` and ``comparison_cell_types``.
243
+
244
+ .. versionadded:: 0.2.0
245
+
246
+ The `pairwise_downsample` option for `pwd_metric`; the `pairwise_downsample_size` parameter for when
247
+ `pairwise_downbsample` is chosen.
243
248
"""
244
249
245
250
if len (self .reductions ) == 0 :
Original file line number Diff line number Diff line change @@ -479,7 +479,10 @@ def embedding_concordance(embedding: "np.ndarray",
479
479
:return: The score or "NA"
480
480
481
481
.. Note:: When there is no overlapping labels, "NA" is automatically returned as ``str``.
482
- .. Deprecation Notice:: Passing in `str` for the `comparison_classes` parameter is deprecated
482
+
483
+ .. deprecated:: 0.2.0
484
+
485
+ Passing in `str` for the `comparison_classes` parameter is deprecated
483
486
and will be removed in futrue versions.
484
487
"""
485
488
You can’t perform that action at this time.
0 commit comments