experiment2: Compares dief@k at different answer portions as in <doi:10.1007/978-3-319-68204-4_1>
Description
This function repeats the results reported in Experiment 2 in Acosta, M., Vidal, M. E., & Sure-Vetter, Y. (2017) <doi:10.1007/978-3-319-68204-4_1>.
"Experiment 2" measures the continuous efficiency of approaches when producing the first 25
Usage
experiment2(traces)
Arguments
traces
dataframe with the result of the traces. The structure of this dataframe is as follows: "test,approach,tuple,time".
# NOT RUN {# To fully reproduce the experiments download the full file and load it using read.csv:# traces is available at <https://figshare.com/files/9625852>results2 <- experiment2(traces)
# }