Graphviz centrality

Hello everybody,
does anybody know whether Graphviz can calculate centrality (degree, betweenness centrality, closeness centrality), density and clique analysis?
Thank you in advance!

Can you provide or point to definitions of centrality

Graphviz doesn’t have that. As you must know there are other packages that have those functions. I recommend NetworKit for its scalable approximation algorithms.

Here: In computer-supported collaborative learning → Key Items is what I was referring to but I already got the answer.
Thank you!

Thank you very much for the reply, it helps me a lot!