-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDescription.props
34 lines (23 loc) · 945 Bytes
/
Description.props
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
# Package name (required)
PackageName=OrdinalEnsembleMethods
# Version (required)
Version=1.0.0
#Date
Date=2016-02-21
# Title (required)
Title=Multiple methods for ordinal classification
Category=Classification
# Author (required)
Author=Joao Costa
# Maintainer (required)
Maintainer=Joao Costa <ei09008@fe.up.pt>
# License (required)
License=GPL 3.0
# Description (required)
Description=Multiple methods for ordinal classification implemented during my master thesis.<br/>For more information: Joao Costa, Ricardo Sousa, Jaime Cardoso: Ensemble Methods in Ordinal Data Classification<bt/>Includes:<ul><li>oAdaBoost</li><li>AdaBoost.OR</li><li>AdaBoost.M1w</li><li>oDT</li><li>Ordinal Random Forests</li></ul>
# Package URL for obtaining the package archive (required)
PackageURL=https://github.com/JD557/weka-emiodc/releases
# URL for further information
URL=http://github.com/JD557/weka-emiodc
# Dependencies
Depends=weka (>=3.7.7)