r-abodoutlier 0.1 Angle-based outlier detection

This package performs angle-based outlier detection on a given data frame. It offers three methods to process data:

  1. full but slow implementation using all the data that has cubic complexity;

  2. a fully randomized method;

  3. a method using k-nearest neighbours.

These algorithms are well suited for high dimensional data outlier detection.