dieft: Compute metric dief@t

Description Usage Arguments Author(s) See Also Examples

View source: R/dief.R

Description

This function computes the dief@t metric at a point in time t.

Usage

1
dieft(inputtrace, inputtest, t = -1)

Arguments

inputtrace

dataframe with the answer trace. Attributes of the dataframe: test, approach, answer, time.

inputtest

string that specifies the specific test to analyze from the answer trace.

t

point in time to compute dieft. By default, the function computes the minimum of the execution time among the approaches in the answer trace.

Author(s)

Maribel Acosta

See Also

diefk, diefk2, plotAnswerTrace

Examples

1
2
3
4
# Compute dief@t when t is the time where the fastest approach produced the last answer.
dieft(traces, "Q9.sparql")
# Compute dief@t after 7.5 time units (seconds) of execution. 
dieft(traces, "Q9.sparql", 7.5) 

farahkarim/dief-2 documentation built on May 23, 2019, 1:10 p.m.