Skip to content

Commit

Permalink
Convert to scipy doc convention + add missing options
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Pedregosa authored and ogrisel committed Nov 8, 2011
1 parent 56227a1 commit 0df170f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/manifold/locally_linear.py
Expand Up @@ -194,7 +194,7 @@ def locally_linear_embedding(
max_iter : integer
maximum number of iterations for the arpack solver.
method : string ['standard' | 'hessian' | 'modified']
method : {'standard', 'hessian', 'modified', 'ltsa'}
standard : use the standard locally linear embedding algorithm.
see reference [1]
hessian : use the Hessian eigenmap method. This method requires
Expand Down

0 comments on commit 0df170f

Please sign in to comment.