computeAdjustedSelectionUsingRecomputeMethod | R Documentation |
The function computeAdjustedSelectionUsingRecomputeMethod
is used internally by
the CoreCollection
object to compute an adjusted selection using the recompute
method.
computeAdjustedSelectionUsingRecomputeMethod(dist, adjustedSelected)
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 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.