Skip to content

Commit

Permalink
Merge pull request #174 from KrishnaswamyLab/dev
Browse files Browse the repository at this point in the history
MAGIC v2.0.1
  • Loading branch information
scottgigante committed Nov 12, 2019
2 parents 55c9d89 + 9a2729f commit 2b6a68a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rmagic/README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ to your `~/.Renviron`:
`PATH=/path/to/my/python`

You can read more about `Renviron` at
<https://cran.r-project.org/web/packages/startup/vignettes/startup-intro.html>.
<https://cran.r-project.org/package=startup/vignettes/startup-intro.html>.

### Help

Expand Down
2 changes: 1 addition & 1 deletion Rmagic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ to your `~/.Renviron`:
`PATH=/path/to/my/python`

You can read more about `Renviron` at
<https://cran.r-project.org/web/packages/startup/vignettes/startup-intro.html>.
<https://cran.r-project.org/package=startup/vignettes/startup-intro.html>.

### Help

Expand Down
4 changes: 2 additions & 2 deletions python/magic/magic.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class MAGIC(BaseEstimator):
maximum number of nearest neighbors with nonzero connection.
If `None`, will be set to 3 * `knn`
decay : int, optional, default: 2
decay : int, optional, default: 15
sets decay rate of kernel tails.
If None, alpha decaying kernel is not used
Expand Down Expand Up @@ -146,7 +146,7 @@ def __init__(
self,
knn=10,
knn_max=None,
decay=2,
decay=15,
t="auto",
n_pca=100,
solver="exact",
Expand Down

0 comments on commit 2b6a68a

Please sign in to comment.