BDData {SummarizedBenchmark} | R Documentation |
Initialized a new BDData object for benchmarking methods.
BDData(data) ## S4 method for signature 'ANY' BDData(data) ## S4 method for signature 'BenchDesign' BDData(data) ## S4 method for signature 'SummarizedBenchmark' BDData(data) ## S4 method for signature 'BDData' BDData(data)
data |
a list object of data or MD5 hash string |
BDData object
Patrick Kimes