Implementation of the angle-based outlier factor in R. 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.
The package is available on CRAN:
install.packages("abodOutlier")
library(abodOutlier)abod(faithful, method = "randomized", n_sample_size = 30)
abod(faithful, method = "knn", k = 20)MIT Licensed.
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.