Skip to content

Commit 4468535

Browse files
authored
Merge pull request #39 from KrishnaswamyLab/bw-typo
Update api.py
2 parents 3edc962 + 3437b44 commit 4468535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphtools/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def Graph(data,
7070
bandwidth : `float`, list-like,`callable`, or `None`, optional (default: `None`)
7171
Fixed bandwidth to use. If given, overrides `knn`. Can be a single
7272
bandwidth, list-like (shape=[n_samples]) of bandwidths for each
73-
sample, or a `callable` that takes in a `n x m` matrix and returns a
73+
sample, or a `callable` that takes in an `n x n` distance matrix and returns a
7474
a single value or list-like of length n (shape=[n_samples])
7575
7676
bandwidth_scale : `float`, optional (default : 1.0)

0 commit comments

Comments
 (0)