knneigh.vect {dprep}R Documentation

Auxiliary function for computing the LOF measure.

Description

Function that returns the distance from a vector "x" to its k-nearest-neighbors in the matrix "data"

Usage

knneigh.vect(x, data, k)

Arguments

x A given instance of the data matrix
data The name of the data matrix
k The number of neigbors

Author(s)

Caroline Rodriguez

See Also

maxlof


[Package dprep version 2.0 Index]