-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
15 lines (15 loc) · 950 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: dief
Type: Package
Title: Metrics for Continuous Efficiency
Version: 1.2
Date: 2019-02-26
Author: Maribel Acosta
Maintainer: Maribel Acosta <maribel.acosta@kit.edu>
Description: An implementation of the metrics dief@t and dief@k to measure the diefficiency (or continuous efficiency) of incremental approaches, see Acosta, M., Vidal, M. E., & Sure-Vetter, Y. (2017) <doi:10.1007/978-3-319-68204-4_1>. The metrics dief@t and dief@k allow for measuring the diefficiency during an elapsed time period t or while k answers are produced, respectively. dief@t and dief@k rely on the computation of the area under the curve of answer traces, and thus capturing the answer rate concentration over a time interval.
License: MIT + file LICENSE
Imports: flux, fmsb, ggplot2, plyr, graphics, utils
LazyData: true
URL: https://github.com/maribelacosta/dief
BugReports: https://github.com/maribelacosta/dief/issues
RoxygenNote: 6.1.1
Encoding: UTF-8