I am trying to do a imbalanced partition by METIS. I do not need equal number of vertices in each cluster(which is done by default in METIS). My graph has no constraints, it's a undirected unweighted graph. Here is a example toy graph clustered by METIS without no ufactor
parameter.
Then, i tried with different ufactor
and at value 143, METIS
starts to
do the expected cluster like the following-
Can anybody interpret this. Eventually, I want to find a way to guess an ufactor
from any unbalanced and undirected graph that will minimize the normalized cut without doing any balance necessarily.