S (list of int) – A list of nodes which are structural hole spanners.
C (list of list) – Each list includes the nodes in one community.
model (string) – Propagation Model. Should be IC or LT.
variant (bool, default is False) – Whether returns variant SHII ml_metrics or not.
variant SHII = # of the influenced outsider / # of the influenced insiders
SHII = # of the influenced outsiders / # of the total influenced nodes
seedRatio (float, default is 0.05) – # of sampled seeds / # of nodes of the community that the given SHS belongs to.
randSeedIter (int, default is 10) – How many iterations to sample seeds.
countIterations (int default is 100) – Number of monte carlo simulations to be used.
Directed (bool, default is True) – Whether the graph is directed or not.