near2 {dprep} | R Documentation |
This function finds out the instance in the data matrix that is closest to a given instance x. The attributes could be either continuous or nominal.
near2(x, data, vnom)
x |
a given instance |
data |
the name of the dataset |
vnom |
a vector of indexes for nominal attributes |
Edgar Acuna