near1 {dprep} | R Documentation |
This function finds out 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