distan2 {dprep} | R Documentation |
Computes the distance between two instances of a dataset considering both continuous and nominal attributes.
distan2(x, y, vnom)
x |
A given instance |
y |
A given instance |
vnom |
A vector containing the indexes of nominal attributes |
Edgar Acuna