Learn R Programming

dief (version 1.2)

metrics: Example of benchmarking performance with other metrics

Description

A dataset with the results of measuring the performance of three approaches with four metrics. The variables are as follows:

Usage

data(metrics)

Arguments

Format

A data frame with 3 rows and 5 variables

Details

  • test: id of the test (in this case a SPARQL query) executed. Example: 'Q9.sparql'.

  • approach: name of the approach (or engine) used to execute the query.

  • tfft: time (in seconds) required by approach to produce the first tuple when executing query.

  • totaltime: elapsed time (in seconds) since approach started the execution of query until the answer i is produced.

  • comp: number of answers produced by approach when executing query.