outliers_detection
is for outliers detecting using Kmeans and Local Outlier Factor (lof)Outliers Detection
outliers_detection
is for outliers detecting using Kmeans and Local Outlier Factor (lof)
outliers_detection(dat, x, kc = 3, kn = 5)
A data.frame with independent variables.
The name of variable to process.
Number of clustering centers for Kmeans
Number of neighbors for LOF.
Outliers of each variable.