Skip to content

Commit d812573

Browse files
author
Fabian Pedregosa
committed
Convert to scipy doc convention + add missing options
1 parent cb3eff0 commit d812573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/manifold/locally_linear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def locally_linear_embedding(
194194
max_iter : integer
195195
maximum number of iterations for the arpack solver.
196196
197-
method : string ['standard' | 'hessian' | 'modified']
197+
method : {'standard', 'hessian', 'modified', 'ltsa'}
198198
standard : use the standard locally linear embedding algorithm.
199199
see reference [1]
200200
hessian : use the Hessian eigenmap method. This method requires

0 commit comments

Comments
 (0)