Compute Paired Graphlet Degree Vector (GDV) Distances
Source:R/paired_gdv_distance.R
paired_gdv_distance.RdComputes node-wise GDV distances between two Graphlet Degree Vector Matrices (GDVMs) corresponding to the same set of nodes. The function aligns rows by node names and returns a named vector of GDV distances.
Details
The function matches nodes by their row names and computes the GDV distance
using gdv_distance for each shared node. Nodes that do not
appear in both matrices are automatically excluded.