getSimilarityMatrix {rTRM} | R Documentation |
This function computes pair-wise similarity based on common nodes (default) or edges between the graphs passed as a list.
getSimilarityMatrix(g_list, type = "edges")
g_list |
list of graph objects. |
type |
type of similarity, either node or edge (default). |
Diego Diez