Skip to content

Commit

Permalink
Merge pull request scikit-learn#4561 from mspacek/patch-1
Browse files Browse the repository at this point in the history
DOC fix fastica source matrix output shape
  • Loading branch information
amueller committed Apr 9, 2015
2 parents 66f977a + 9a6e945 commit 44526cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/decomposition/fastica_.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, )
Expand Down

0 comments on commit 44526cf

Please sign in to comment.