R/outliers_detect.R
outliers_detect_iforest.Rd
Detects outliers in a data.frame/tibble using isolation forests
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] FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE TRUE