An anomaly detection method can enjoy some properties. The idea presented here is to apply an algorithm for anomaly detection to a dataset, to remove the discovered anomalous points, and then to apply to the remaining data the same algorithm again.

Let S be a set of points, F an outlier detection method, and A the set of outliers of S discovered by F. In this case we can write A=F(S). If F(S-A)={} (empty set), then F is an invariant algorithm for S (or S is invariant respect to F). In this case, F finds all the outliers of S in one fell swoop. If F is invariant for each set, simply F is invariant.

Do you know a method F that is invariant for each set?

Similar questions and discussions