generateSampleList: function to generate a list of samples from simulatedGraph...

Description Usage Arguments Details Value

View source: R/simulation.R

Description

function to generate a list of samples from simulatedGraph result

Usage

1

Arguments

simulate

result from simulateGraph

n

a vector of corresponding size to indicate number of samples for each task

Details

if n is c(100,200,300) and p is 20, the function will return a list of 3 data matrices of size (100x20,200x20,300x20)

Value

a list of length(n) data matrices


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