Generic Function Graph-Edge-Mixture-Matrix (1 method)

( graph-edge-mixture-matrix < graph > < vertex-classifier > &key < edge-weight > )

Part of:

package cl-graph
Return the `mixing-matrix` of graph based on the classifier and the edge-weight function. The mixing matrix is a matrix whose runs and columns represent each class of vertex in the graph. The entries of the matrix show the total number of edges between vertexes of the two kinds. [?? Edge-weight is not used; also compare with graph-mixture-matrix.]

Method Summary

graph-edge-mixture-matrix < basic-graph > < T >