We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa1dba commit 83d56f2Copy full SHA for 83d56f2
sklearn/cluster/dbscan_.py
@@ -37,7 +37,7 @@ def dbscan(X, eps=0.5, min_samples=5, metric='minkowski',
37
metric: string, or callable
38
The metric to use when calculating distance between instances in a
39
feature array. If metric is a string or callable, it must be one of
40
- the options allowed by metrics.pairwise.calculate_distance for its
+ the options allowed by metrics.pairwise.pairwise_distances for its
41
metric parameter.
42
If metric is "precomputed", X is assumed to be a distance matrix and
43
must be square.
0 commit comments