-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDescription.props
More file actions
41 lines (28 loc) · 951 Bytes
/
Description.props
File metadata and controls
41 lines (28 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Description file for normalize
#
#
# Package name (required)
PackageName=EER
# Version (required)
Version=1.0.0
#Date
Date=2013-04-10
# Title (required)
Title=Calculate the Equal Error Rate (EER) using the ROC curve
Category=Evaluation
# Author (required)
Author=Marcelo Damasceno <marcelodamasceno@gmail.com>
# Maintainer (required)
Maintainer=Marcelo Damasceno <marcelodamasceno@gmail.com>
# License (required)
License=GPL 3.0
# Description (required)
Description=Calculates the Equal Error Rate (EER) using the ROC curve. This error is very used in Biometrics. This error is calculated when False Accept Error and False Rejecti Error are equal.
# Package URL for obtaining the package archive (required)
PackageURL=https://sourceforge.net/projects/eer/files/latest/download?source=files
# URL for further information
URL=http://marmundo.github.io/eer/doc
# Related to other packages?
#Related=
# Dependencies
Depends=weka (>=3.7.1)