Learn R Programming

rMultiNet (version 0.1)

Embedding_network: Title

Description

Title

Usage

Embedding_network(network_membership, L, paxis = 2)

Value

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

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

Examples

Run this code
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)

Run the code above in your browser using DataLab