Return the largest connected component obtained by intersecting LCC of each layer. Assumption: the network is an edge-colored multigraph

GetGiantIntersectionComponent(SupraAdjacencyMatrix, Layers, Nodes)

Arguments

SupraAdjacencyMatrix

the supra-adajcency matrix

Layers

scalar, number of layers

Nodes

scalar, number of nodes

Value

The largest connected component