dist.to.knn {dprep} | R Documentation |
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.
dist.to.knn(dataset, neighbors)
dataset |
The name of the dataset |
neighbors |
The number of neighbors |
Caroline Rodriguez