computeAdjustedSelectionUsingRecomputeMethod {coreCollection} | R Documentation |
Compute selection - recompute method
Description
The function computeAdjustedSelectionUsingRecomputeMethod
is used internally by
the CoreCollection
object to compute an adjusted selection using the recompute
method.
Usage
computeAdjustedSelectionUsingRecomputeMethod(dist, adjustedSelected)
Arguments
dist |
distance matrix, used for distances and implicitly defining the set of entries |
adjustedSelected |
the selected entries defined as a list of zero-based integers referring to the row/columns of |
Details
This function returns a list describing for each of the row/columns entries of dist
the
closest selected entry. The entries are implicetly defined by the row/columns of
dist
and referred to by a zero-based integer describing the position.
[Package coreCollection version 0.9.5 Index]