dist.to.knn {dprep} | R Documentation |
This function returns an object in which each column contains 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 |
teh number of neighbors |
Caroline Rodriguez