Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dburkhardt committed Jun 19, 2019
1 parent 4803a0b commit 73a3af9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graphtools/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ def Graph(data,
Number of nearest neighbors (including self) to use to build the graph
decay : `int` or `None`, optional (default: 10)
Rate of alpha decay to use. If `None`, alpha decay is not used.
Rate of alpha decay to use. If `None`, alpha decay is not used and a vanilla
k-Nearest Neighbors graph is returned.
bandwidth : `float`, list-like,`callable`, or `None`, optional (default: `None`)
Fixed bandwidth to use. If given, overrides `knn`. Can be a single
Expand Down

0 comments on commit 73a3af9

Please sign in to comment.