Compute the Hamming Distance between two graphs.
Usage
hd(cg1, cg2, normalized = FALSE)
Arguments
- cg1
A caugi_graph object.
- cg2
A caugi_graph object.
- normalized
Logical; if TRUE, returns the normalized Hamming
Distance.
Value
An integer representing the Hamming Distance between the two graphs.