getSimilarityMatrix {rTRM}R Documentation

Compute similarity matrix of list of graphs.

Description

This function computes pair-wise similarity based on common nodes (default) or edges between the graphs passed as a list.

Usage

getSimilarityMatrix(g_list, type = "edges")

Arguments

g_list

list of graph objects.

type

type of similarity, either node or edge (default).

Author(s)

Diego Diez


[Package rTRM version 1.26.0 Index]