InitializationMMSBM {rMultiNet} | R Documentation |
Title A function for initialization
InitializationMMSBM(tnsr, m, k, rank = NULL)
tnsr |
the tensor of network |
m |
the number of types of the network |
k |
the number of groups of vertices |
rank |
the rank of the core tensor calculated by the equation |
U_list a list including the core tensor Z, network embedding and node embedding
tnsr = GenerateMMSBM(200, 3, 10, 2, d = NULL, r = NULL)
U_list = InitializationMMSBM(tnsr, 3, 2, rank = NULL)