Skip to content

CollectionStatistics

maxkfranz edited this page May 1, 2012 · 1 revision

Collection statistics

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.

Clone this wiki locally