XPtrToDist {rrp} | R Documentation |
Coercies an XPtr
object into a dist
object which can be
used in other algorithms.
XPtrToDist(d)
d |
an XPtr object |
This routine does not duplicate but just makes available as a dist
the data contained in d
returns an invisible object of class dist
S.M. Iacus
Iacus, S.M., Porro, G. (2006) Random Recursive Partitioning and its applications to missing data imputation, classification and average treatment effect estimation, submitted.
a <- newXPtr(10,5) (XPtrToDist(a)) as.dist(matrix(5,10,10))