merge_resolutions {ClustAssess} | R Documentation |
Merge Partitions from different Resolutions
Description
Merge partitions obtained with different resolution values. The
partitions will be grouped based on the number of clusters. The identical
partitions will be merged into a single partition by updating the frequency
using the merge_partitions
method.
Usage
merge_resolutions(res_obj)
Arguments
res_obj |
A list associated to a configuration field from the object
returned by the |
Value
A list having one field assigned to each number of clusters. A number
of cluster will contain a list of all merged partitions. To avoid duplicates,
merged_partitions
with threshold 1 is applied.
[Package ClustAssess version 1.1.0 Index]