pridiltal / ctv-AnomalyDetection

CRAN Task View: Anomaly Detection with R 🛒🛒🛒🛒🛒🛒🛒🛒🛒🛒🛒🛒🛒🛍️🛒🛒
109 stars 14 forks source link

Density estimation trees #7

Open david-cortes opened 3 years ago

david-cortes commented 3 years ago

MLPack for R is now on CRAN (https://cran.r-project.org/web/packages/mlpack/index.html) and contains an implementation of "density estimation trees" (paper: https://dl.acm.org/doi/abs/10.1145/2020408.2020507).

pridiltal commented 2 years ago

Thank you very much @david-cortes for this suggestion. Does it have functions mainly focusing on anomaly detection problem? I checked the det function as you have suggested here. The main focus of this function is on density estimation with Density Estimation Trees. We can use that idea to find anomalous points (the values with the lowest densities). I am wondering whether this package contains any specific functions with anomaly detection capabilities.

Once again thank you very much for your support.

david-cortes commented 2 years ago

No, mlpack a general machine learning framework which contains a number of algorithms for e.g. regression, classification, clustering and others, among which it has the density estimation trees from that paper.