Skip to content

Commit 3375318

Browse files
Fixed docstring
1 parent a796d3d commit 3375318

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python/dPCA/dPCA.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -441,12 +441,12 @@ def _randomized_dpca(self,X,mXs,pinvX=None):
441441
Returns
442442
-------
443443
P : dict mapping strings to array-like,
444-
Holds encoding matrices for each term in variance decompostions (used to transform data
445-
to low-dimensional space).
444+
Holds encoding matrices for each term in variance decompostions (used in inverse_transform
445+
to map from low-dimensional representation back to original data space).
446446
447447
D : dict mapping strings to array-like,
448-
Holds decoding matrices for each term in variance decompostions (used in inverse_transform
449-
to map from low-dimensional representation back to original data space).
448+
Holds decoding matrices for each term in variance decompostions (used to transform data
449+
to low-dimensional space).
450450
451451
"""
452452

0 commit comments

Comments
 (0)