powered by
Title
InitializationLSM( gen_list, n, m, k, rank = NULL, perturb = 0.1, int_type = "warm" )
a list including the adjacency tensor, U0, W0 and tuning parameters
a list including the adjacency tensor and the parameter of the mixture multilayer network
the number of nodes
the number of network types
the number of groups of vertices
rank of U
the upper bound of Uniform distribution
the method to initialize U and W ( ‘spec’, ‘rand’ or ‘warm’)
gen_list = GenerateMMLSM(200,3,10,2,d=NULL) InitializationLSM(gen_list,200,3,2)
Run the code above in your browser using DataLab