rank.dist {rrp} | R Documentation |
Algorithm which generates the rank based proximity matrix.
rank.dist(X, msplit = 2, cut.in = 0, thr=0.75, weights, asdist=FALSE, verbose = 0)
X |
a data.frame object |
msplit |
minimum split parameter |
cut.in |
number of breaks in which to cut continuous variables |
thr |
a threshold to keep only the proximities greater than the threshold |
weights |
a vector of weights |
asdist |
if TRUE returns an object of class dist
otherwise a list of the same length of the data frame |
verbose |
if greater than 1 some information is printed |
This algorithm allows for missing data in X
.
an object of class list
or dist
S.M. Iacus