Euclidean distance weight function
returns
information about this function. For more information, see the code
argument description.info = dist(code)
The Euclidean distance d between two vectors X and
Y is
d = sum((x-y).^2).^0.5