File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -673,13 +673,13 @@ def cluster_optics_xi(
673
673
Parameters
674
674
----------
675
675
reachability : ndarray of shape (n_samples,)
676
- Reachability distances calculated by OPTICS (`reachability_`)
676
+ Reachability distances calculated by OPTICS (`reachability_`).
677
677
678
678
predecessor : ndarray of shape (n_samples,)
679
679
Predecessors calculated by OPTICS.
680
680
681
681
ordering : ndarray of shape (n_samples,)
682
- OPTICS ordered point indices (`ordering_`)
682
+ OPTICS ordered point indices (`ordering_`).
683
683
684
684
min_samples : int > 1 or float between 0 and 1
685
685
The same as the min_samples given to OPTICS. Up and down steep regions
Original file line number Diff line number Diff line change 12
12
numpydoc_validation = pytest .importorskip ("numpydoc.validate" )
13
13
14
14
FUNCTION_DOCSTRING_IGNORE_LIST = [
15
- "sklearn.cluster._optics.cluster_optics_xi" ,
16
15
"sklearn.cluster._optics.compute_optics_graph" ,
17
16
"sklearn.cluster._spectral.spectral_clustering" ,
18
17
"sklearn.covariance._graph_lasso.graphical_lasso" ,
You can’t perform that action at this time.
0 commit comments