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)
A data.frame contained only predict variables.
Number of neighbors for LOF.Default is 10.