computeAdjustedSelectionUsingSplitMethod {coreCollection} | R Documentation |
Compute selection - split method
Description
The function computeAdjustedSelectionUsingSplitMethod
is used internally by
the CoreCollection
object to compute an adjusted selection using the split
method.
Usage
computeAdjustedSelectionUsingSplitMethod(dist, groups, preselected)
Arguments
dist |
distance matrix, used for distances and implicitly defining the set of entries |
groups |
the initial division into group defined as a list of zero-based integers referring to the row/columns of |
preselected |
the set of preselected entries |
Details
This function returns a list describing for each of the row/columns entries of dist
the
corresponding entry referred to in groups
. However, groups with one or multiple
preselected
entries are divided, and the returned list wil contain references to
the closest preselected entry within this group, implying a split if multiple preselected
entries occur within one group. The entries are implicetly defined by the row/columns of
dist
and referred to by a zero-based integer describing the position.