merge_resolutions {ClustAssess} | R Documentation |
Merge partitions obtained with different resolution values that have the same number of clusters.
merge_resolutions(res_obj, object_name, ncores = 1)
res_obj |
A list associated to a configuration field from the object
returned by the |
ncores |
The number of parallel R instances that will run the code. If the value is set to 1, the code will be run sequentially. |
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.