-
Notifications
You must be signed in to change notification settings - Fork 0
CollectionStatistics
Get the degree of the nodes in the collection, the number of edge connections each node has.
Get the indegree of the nodes in the collection, the number of incoming edge connections each node has.
Get the outdegree of the nodes in the collection, the number of outgoing edge connections each node has.
Get the total degree of the nodes in the collection, equal to the number of edge connections the nodes have in total.
Get the minimum degree of the nodes in the collection.
Get the maximum degree of the nodes in the collection.
Get the minimum indegree of the nodes in the collection.
Get the maximum indegree of the nodes in the collection.
Get the minimum outdegree of the nodes in the collection.
Get the maximum outdegree of the nodes in the collection.