Closed Sim1Pall8a closed 7 years ago
if I want to get "k" regions, the "take" function should return "k" regions for every sample in dataset and not the first "k" regions of all.
for example: val output = server.setOutputPath("").TAKE(ds1,100)
give me the first 100 regions and metadata of every sample even if the regions of that sample is not in the output
if I want to get "k" regions, the "take" function should return "k" regions for every sample in dataset and not the first "k" regions of all.
for example: val output = server.setOutputPath("").TAKE(ds1,100)
give me the first 100 regions and metadata of every sample even if the regions of that sample is not in the output