Learn R Programming

rMultiNet (version 0.1)

InitializationLSM: Title

Description

Title

Usage

InitializationLSM(
  gen_list,
  n,
  m,
  k,
  rank = NULL,
  perturb = 0.1,
  int_type = "warm"
)

Value

a list including the adjacency tensor, U0, W0 and tuning parameters

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’)

Examples

Run this code
gen_list = GenerateMMLSM(200,3,10,2,d=NULL)
InitializationLSM(gen_list,200,3,2)

Run the code above in your browser using DataLab