local_outlier_factor {creditmodel} | R Documentation |
local_outlier_factor
is function for calculating the lof factor for a data set using knn
This function is not intended to be used by end user.local_outlier_factor
local_outlier_factor
is function for calculating the lof factor for a data set using knn
This function is not intended to be used by end user.
local_outlier_factor(dat, k = 10)
dat |
A data.frame contained only predict variables. |
k |
Number of neighbors for LOF.Default is 10. |