The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"Retrieving original data after PCA"
atharkharal
Member Posts: 3 Contributor I
I use PCA to retain 95% variance. I also get a pre-processing model for ApplyModel but it does not give me original variables responsible for 95% variance. Instead I get a listing of PC-1 etc etc. Help please.
regards
regards
0
Answers
if I get you right you want to see something like an attribute ranking? Maybe then you want to have a look at the Weight by PCA operator. If that is not what you are looking for, please explain a bit more detailed what you are trying to do.
Best regards,
Marius
Suppose I have 4 regular attributes viz. A1,A2,A3,A4 and 1 label viz L. Now after running PCA, it gives me eigen values and vectors which tell that only two principal components PC_1 and PC_2 contribute 99%. For me this is not enough for me. I want to see those two attributes, say, A1 and A3 which are 99% responsible for the variation. Help, required.
regards,