Skip to content

Commit f152ebb

Browse files
committed
Fix comment concerning the usage of PCA in getPrincipalDirection
1 parent fcedc40 commit f152ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getPrincipalDirection.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
elseif strcmp(method, 'pca')
5151

5252
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
53-
% Use SVD: eigenvalues are taken directly from the data matrix %
53+
% Use PCA: eigenvalues are taken from the covariance matrix %
5454
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
5555

5656
% Perform PCA

0 commit comments

Comments
 (0)