"dist"(x, method=c("euclidean","manhattan","maximum"))
scidbdf
.euclidean
, maximum
, or manhattan
.
Any unambiguous substring can be given. dist
returns a distance matrix object of class "scidb"
.
(i,j)
position of
the output matrix contains the distance between rows
i
and j
of the data matrix x
as measured
by the specified norm. The function only returns values below
the diagonal as a sparse SciDB matrix.Missing values are not allowed.
hclust
.
dist
.