top {dprep} | R Documentation |
Function that finds the number of candidate outliers requested by the user.
top(O, neighbors, n)
O |
An n x 1 matrix with the score function from k nearest neighbors |
neighbors |
The number of neighbors to be considered |
n |
The number of top outliers to search for. |
Caroline Rodriguez