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

How to extract a model from Robust PCA

jacobcybulskijacobcybulski Member, University Professor Posts: 391 Unicorn
In general, Robust PCA (rPCA) is an excellent algorithm capable of doing both PCA in the presence of outliers and identifying two classes of outliers, i.e. those that fall within the subset of principal components and those outside (which otherwise would not be detected after dimensionality reduction). Anomaly Detection extension offers rPCA, which implements the algorithm but it hides the PCA model. Is there a way of extracting the PCA model from rPCA? Or should rPCA be moved to the RM core with full features? (of course it is possible to do this in R or a hack in Python)

Best Answer

Answers

Sign In or Register to comment.