near2 {dprep} | R Documentation |
This function finds the instance in the data matrix that is closest to a given instance x. The attributes can 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