simulateGraph: function to simulate multiple sparse graphs

Description Usage Arguments Value

View source: R/simulation.R

Description

function to simulate multiple sparse graphs

Usage

1
simulateGraph(p = 20, N = 2, seedNum = 37, s = 0.1, ss = 0.1)

Arguments

p

number of features

N

number of tasks

seedNum

seed number for random simulation

s

controls sparsity of the generated graph

ss

controls sparsity of the generated graph

Value

a list of N related sparse pXp precision matrices (graphs)


QData/JointNets documentation built on Nov. 17, 2019, 3:04 p.m.