idistBox {smds} | R Documentation |
Compute the interval distance for given hyperbox objects.
idistBox(X,R)
X |
The center coordinate matrix |
R |
The radius matrix. |
idistBox
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