This function obtain local outlier factors using the LOF algorithm. Namely, given a data set it produces a vector of local outlier factors for each case.
1 |
data |
matrix or a data set that will be internally coerced into a matrix. |
equal.num |
the max number of neighbours whose distance equals k_distance. 'equal.num' = 0, by default |
The |
number of neighbours that will be used in the calculation of the local outlier factors. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.