Skip to content

Commit

Permalink
fix #307
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed Dec 11, 2024
1 parent a47d262 commit 5156db7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snapatac2-python/python/snapatac2/tools/_embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ def spectral(
Approximate the embedding using the Nystrom algorithm by selecting
a subset of cells. It could be either an integer
indicating the number of cells to sample or a real value from 0 to 1
indicating the fraction of cells to sample.
Using this only when the number of cells is too large, e.g. > 10,000,000, or
indicating the fraction of cells to sample. When `sample_size` is None,
the full matrix is used. Using this only when the number of cells is too large, e.g. > 10,000,000, or
the `distance_metric` is "jaccard".
chunk_size
Chunk size used in the Nystrom method
Expand Down

0 comments on commit 5156db7

Please sign in to comment.