-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
30 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.history | ||
*~ | ||
.DS_Store | ||
.dir-locals.el | ||
.ensime | ||
.ensime_cache | ||
.idea | ||
.idea_modules | ||
.lib | ||
.sbtrc | ||
.vagrant | ||
target/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,34 @@ | ||
# Template Description file for a Weka package | ||
# | ||
# | ||
|
||
# Package name (required) | ||
PackageName=oAdaBoost | ||
PackageName=OrdinalEnsembleMethods | ||
|
||
# Version (required) | ||
Version=1.0.0 | ||
|
||
#Date | ||
Date=2016-02-14 | ||
Date=2016-02-21 | ||
|
||
# Title (required) | ||
Title=Multiple methods for ordinal classification | ||
|
||
Category=Classification | ||
|
||
# Author (required) | ||
Author=João Costa | ||
Author=Joao Costa | ||
|
||
# Maintainer (required) | ||
Maintainer=João Costa <ei09008@fe.up.pt> | ||
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: João Costa, Ricardo Sousa, Jaime Cardoso: Ensemble Methods in Ordinal Data Classification | ||
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) TODO | ||
PackageURL=http://github.com/JD557 | ||
# 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 | ||
URL=http://github.com/JD557/weka-emiodc | ||
|
||
# Dependencies | ||
Depends=weka (>=3.7.7) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name := "oAdaboost" | ||
name := "EMiODC" | ||
|
||
version := "1.0" | ||
|
||
|