dotnet / dotnet/machinelearning
Provide access to eigenvalues used for PCA transformation
Open
area-Trainers
area-Transforms
enhancement
Priority:2
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
In PcaTransformer.cs, class TransformInfo has an eigenvectors field. I assume it stores the eigenvectors retrieved from the SVD decomposition. Can we have access to the eigenvalues that the SVD provided.
I think it might be useful to store and provide the eigenvalues used during the PCA. Is this possible?
i.e I see in Accord you can do something like pca.Eigenvalues.
http://accord-framework.net/docs/html/T_Accord_Statistics_Analysis_PrincipalComponentAnalysis.htm
Thank you!
Contributor guide
Assessment
This issue has not been assessed yet.