Embedding_network {rMultiNet}R Documentation

Title

Description

Title

Usage

Embedding_network(network_membership, L, paxis = 2)

Arguments

network_membership

the number of types of the network or the number of groups of vertices

L

the number of layers

paxis

the number of eigenvectors to use in the plot

Value

a plot table If the number of eigenvectors is more than two or plot the image

Examples

tnsr = GenerateMMSBM(200, 3, 10, 2, d = NULL, r = NULL)
U_list = InitializationMMSBM(tnsr, 3, 2, rank = NULL)
embed_list = PowerIteration(tnsr,3,2,rank=NULL,type="TUCKER",U_0_list=U_list)
Embedding_network(embed_list[[2]],10,2)

[Package rMultiNet version 0.1 Index]