diff --git a/src/pca.jl b/src/pca.jl index a1f8495..37fbaa2 100644 --- a/src/pca.jl +++ b/src/pca.jl @@ -51,7 +51,7 @@ projection(M::PCA) = M.proj """ eigvecs(M::PCA) -Get the eigenvalues of the PCA model `M`. +Get the eigenvectors of the PCA model `M`. """ eigvecs(M::PCA) = projection(M)