idistSph {smds} | R Documentation |
Compute the interval distance for given hypersphere objects.
idistSph(X,r)
X |
The center coordinate matrix |
r |
The radius vector. |
idistSph
returns the interval-valued dissimilarity matrix IDM
(an object of class "array": IDM[1,,]
: the lower dissmilarity matrix; IDM[2,,]
: the upper dissmilarity matrix).
Yoshikazu Terada