InitializationLSM {rMultiNet} | R Documentation |
Title
InitializationLSM(
gen_list,
n,
m,
k,
rank = NULL,
perturb = 0.1,
int_type = "warm"
)
gen_list |
a list including the adjacency tensor and the parameter of the mixture multilayer network |
n |
the number of nodes |
m |
the number of network types |
k |
the number of groups of vertices |
rank |
rank of U |
perturb |
the upper bound of Uniform distribution |
int_type |
the method to initialize U and W ( ‘spec’, ‘rand’ or ‘warm’) |
a list including the adjacency tensor, U0, W0 and tuning parameters
gen_list = GenerateMMLSM(200,3,10,2,d=NULL)
InitializationLSM(gen_list,200,3,2)