Skip to content

analytics/counts: add simple counts on graphs

Euxane TRAN-GIRARD requested to merge topic/default/count_stats into branch/default

This adds a module and a function to aggregate some counts about characteristics of graphs, accumulating the node count by rank, the number of nodes by category, the number of leaps, the summed sized of the exclusive parts.

++

analytics/main: add CLI entry point for analytics counts

This allows the graph counts to be called through the CLI so that they can be computed on the reference graphs of vcsgraph-reference.


Edited by Euxane TRAN-GIRARD

Merge request reports