Is it possible to filter the resulting cliques based on their size?
2 vues
Réponse
Yes, you can filter cliques by their size using the `minSize` and `maxSize` parameters. `minSize` sets the minimum number of nodes a clique must have, and `maxSize` sets the maximum. Cliques with sizes outside this range are removed from the results.