Whenever two adjacent clusters are merged, the label identifying the
splitting variable between them both is meaningless, and the algorithm ends
up assigning either a L or H only depending on how it evolved until reaching
the merging point. Thus it can happen that the final labeling of the
resulting cluster is not the most intuitive one. With this method the labels
can be changed as desired. It can also be used to manually force the merging
of two clusters.
This method does not return a relabeled copy of the input obj
,
instead the binClst_instance itself is relabeled. However, this is
intended only for output and visualization purposes (sctr(), lblp(),
cnfm(), view()) as the binClst_instance parameters (GMM parameters and
binary delimiters) are not recomputed. Thus the input instance can always be
reset to its original state.