CMD + K

r-abodoutlier

Community

Performs angle-based outlier detection on a given dataframe. Three methods are available, a full but slow implementation using all the data that has cubic complexity, a fully randomized one which is way more efficient and another using k-nearest neighbours. These algorithms are specially well suited for high dimensional data outlier detection.

Installation

To install this package, run one of the following:

Conda
$conda install r_test::r-abodoutlier

Usage Tracking

0.1
1 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

Performs angle-based outlier detection on a given dataframe. Three methods are available, a full but slow implementation using all the data that has cubic complexity, a fully randomized one which is way more efficient and another using k-nearest neighbours. These algorithms are specially well suited for high dimensional data outlier detection.

Last Updated

Aug 9, 2019 at 10:04

License

MIT + file LICENSE

Supported Platforms

noarch