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