dist.to.knn: Auxiliary function for the LOF algorithm.

Description Usage Arguments Author(s) See Also

View source: R/dist.to.knn.R

Description

This function returns an object in which columns contain the indices of the first k neighbors followed by the distances to each of these neighbors.

Usage

1
dist.to.knn(dataset, neighbors)

Arguments

dataset

The name of the dataset

neighbors

The number of neighbors

Author(s)

Caroline Rodriguez

See Also

maxlof


dprep documentation built on May 29, 2017, 11:01 a.m.