Function Average-Vertex-Degree

Part of:

package cl-graph
( average-vertex-degree < graph > &key < vertex-filter > < edge-filter > < edge-size > )
Returns the average degree of the all of the vertexes in `graph` that pass the `vertex-filter`. Both `vertex-filter` and `edge-filter` are predicates; `edge-size` is a function that maps edges to their weight. Compare with `vertex-degree`.