The function computeAdjustedSelectionUsingRecomputeMethod is used internally by
the CoreCollection object to compute an adjusted selection using the recompute
method.
computeAdjustedSelectionUsingRecomputeMethod(dist, adjustedSelected)distance matrix, used for distances and implicitly defining the set of entries
the selected entries defined as a list of zero-based integers referring to the row/columns of dist
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.