resolution_profile/quality() for temporal communties
p-dre opened this issue · 1 comments
p-dre commented
I would like to determine the quality at different resolutions. Is it possible to use resolution_profile also with optimiser.optimise_partition_multiplex or find_partition_temporal? or is there a possibility to use quality()?
vtraag commented
No, resolution_profile
only supports bisecting a resolution range on a single dimension. Since using multiple layers results in multiple dimensions, this is not supported. However, you might be able to grab the code from resolution_profile
and change it to accommodate what you would like to do?