merge_resolutions {ClustAssess}R Documentation

Merge Resolutions

Description

Merge partitions obtained with different resolution values that have the same number of clusters.

Usage

merge_resolutions(res_obj, object_name, ncores = 1)

Arguments

res_obj

A list associated to a configuration field from the object returned by the get_resolution_importance method.

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.

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 0.3.0 Index]