Can I filter cliques based on the sum of their link or node weights?

1 vues

Réponse

Yes. The `minLinkWeight` and `maxLinkWeight` parameters allow you to filter cliques based on the sum of their link weights. Similarly, `minNodeWeight` and `maxNodeWeight` can be used to filter by the sum of node weights. Cliques with weight sums outside the specified ranges are excluded.
Did this answer help you?
clique

optNetwork

See technical action