InitializationLSM {rMultiNet} | R Documentation |
Title
Description
Title
Usage
InitializationLSM(
gen_list,
n,
m,
k,
rank = NULL,
perturb = 0.1,
int_type = "warm"
)
Arguments
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’) |
Value
a list including the adjacency tensor, U0, W0 and tuning parameters
Examples
gen_list = GenerateMMLSM(200,3,10,2,d=NULL)
InitializationLSM(gen_list,200,3,2)
[Package rMultiNet version 0.1 Index]