near1 {dprep} | R Documentation |
This function finds the instance in the data matrix that is closest to a given instance x. It is assumed that all the attributes are continuous.
near1(x, data)
x |
A given instance |
data |
The name of the dataset |
Edgar Acuna