-
class
An implementation of KrigDistance that simply
returns the Euclidean distance between two vectors
class
An implementation of KrigDistance that normalized the variables to be on
[0,1] and computed the Euclidean distance after normalization.
class
An shared implementation of KrigDistance that handles different types of variables:
right now we handle locations and "default" which is just numeric.
class
An implementation of KrigDistance that normalized the variables to be on
[0,1] and computed the Euclidean distance after normalization.
class
An implementation of KrigDistance that returns the "map distance" between two
vectors on the surface of a sphere.