Description Usage Arguments Value Examples
View source: R/outliers_detect.R
Detects outliers in a data.frame/tibble using isolation forests
1 | outliers_detect_iforest(s, threshold = 0.5)
|
s |
numeric vector for which the outliers need to be found |
threshold |
threshold for considering an outlier |
boolean vector with indices makerd true for the outliers
1 | outliers_detect_iforest(c(1,1,1,1,1,1,1,1,1,1,1e14))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.