isubset {resemble} | R Documentation |
internal
isubset(x, Dx = NULL, D, k, by = "column")
x |
an input |
Dx |
a (symmetric) cross-dissimilarity |
D |
a distance |
k |
|
by |
|
isubset will look at the order of knn in each col of D and re-organize the rows of x accordingly
an object of class
iterator giving a list
with (a) a subset of the input matrix
with rows re-arranged in the order
of the distance vector
, (b) the distance vector
, (c) the order of the distance vector
Antoine Stevens