From 0df170fbaf4cb3a7be4f71874e92e463b9f31843 Mon Sep 17 00:00:00 2001 From: Fabian Pedregosa Date: Fri, 4 Nov 2011 12:16:40 +0100 Subject: [PATCH] Convert to scipy doc convention + add missing options --- sklearn/manifold/locally_linear.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sklearn/manifold/locally_linear.py b/sklearn/manifold/locally_linear.py index d1201bb290084..2503f0b38f9b9 100644 --- a/sklearn/manifold/locally_linear.py +++ b/sklearn/manifold/locally_linear.py @@ -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