8000 more docs · scikit-learn/scikit-learn@a19867a · GitHub
[go: up one dir, main page]

Skip to content

Commit a19867a

Browse files
author
adrin jalali
committed
more docs
1 parent a2931cf commit a19867a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sklearn/cluster/optics_.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ class OPTICS(BaseEstimator, ClusterMixin):
246246
247247
min_maxima_ratio : float, optional (default=.001)
248248
Used to determine neighborhood size for minimum cluster membership.
249+
Each local maxima should be a largest value in a neighborhood
250+
of the `size min_maxima_ratio * len(X)` from left and right.
249251
250252
algorithm : {'auto', 'ball_tree', 'kd_tree', 'brute'}, optional
251253
Algorithm used to compute the nearest neighbors:

0 commit comments

Comments
 (0)
0