top {dprep} | R Documentation |
Function that finds the n candidates for outliers that were requested by the user.
top(O, neighbors, n)
O |
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