near3 {dprep} | R Documentation |
This function finds the instance in the data matrix that is closest to a given instance x sing teh Manhattan distance. The attributes can be either continuous or nominal.
near3(x, data)
x |
A given instance |
data |
The name of the dataset |
Edgar Acuna