I am trying to implement anomaly detection using principal component classifier proposed in this paper (https://users.cs.fiu.edu/~chens/PDF/ICDM03_WS.pdf).It proposes that instead of using only the major principal components, it is better to use major as well as minor principal components. For example, the paper uses major principal components that explain 50% of the total variance and the minor components having eigenvalues less than 0.2.

What I am unclear about is the selection of hard cutoffs such as 50% and 0.2. Is there any science behind it? Can anyone please explain? Thanks in advance.

More Kumar Abhishek's questions See All
Similar questions and discussions