From 9a6e945318a72a236c6b87494be8528ddc50a10b Mon Sep 17 00:00:00 2001 From: Martin Spacek Date: Thu, 9 Apr 2015 12:00:29 -0700 Subject: [PATCH] DOC fix fastica source matrix output shape --- sklearn/decomposition/fastica_.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sklearn/decomposition/fastica_.py b/sklearn/decomposition/fastica_.py index 68a22815ed2c5..e24ab3cb56776 100644 --- a/sklearn/decomposition/fastica_.py +++ b/sklearn/decomposition/fastica_.py @@ -224,7 +224,7 @@ def my_g(x): w = np.dot(W, K.T) A = w.T * (w * w.T).I - S : array, shape (n_components, n_samples) | None + S : array, shape (n_samples, n_components) | None Estimated source matrix X_mean : array, shape (n_features, )