top {dprep}R Documentation

Auxiliary function for the Bay's Algorithm

Description

Function that finds the n candidates for outliers that were requested by the user.

Usage

top(O, neighbors, n)

Arguments

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.

Author(s)

Caroline Rodriguez

See Also

baysout


[Package dprep version 1.0 Index]