Rdocumentation
powered by
Learn R Programming
dprep (version 3.0.2)
top: Auxiliary function for Bay's Ouylier Detection Algorithm
Description
Function that finds the number of candidate outliers requested by the user.
Usage
top(O, neighbors, n)
Arguments
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.
See Also
baysout