powered by
function to generate a list of samples from simulatedGraph result
generateSampleList(simulate, n)
result from simulateGraph
a vector of corresponding size to indicate number of samples for each task
a list of length(n) data matrices
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)