MVN

nz.ac.waikato.cms.weka : decorate

Maven & Gradle

Apr 26, 2012
1 usages

decorate · DECORATE is a meta-learner for building diverse ensembles of classifiers by using specially constructed artificial training examples. Comprehensive experiments have demonstrated that this technique is consistently more accurate than the base classifier, Bagging and Random Forests. Decorate also obtains higher accuracy than Boosting on small training sets, and achieves comparable performance on larger training sets. For more details see: P. Melville, R. J. Mooney: Constructing Diverse Classifier Ensembles Using Artificial Training Examples. In: Eighteenth International Joint Conference on Artificial Intelligence, 505-510, 2003; P. Melville, R. J. Mooney (2004). Creating Diversity in Ensembles Using Artificial Data. Information Fusion: Special Issue on Diversity in Multiclassifier Systems.

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>decorate</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.ac.waikato.cms.weka : decorate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of nz.ac.waikato.cms.weka : decorate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
decorate-1.0.3
decorate-1.0.2

How to add a dependency to Maven

Add the following nz.ac.waikato.cms.weka : decorate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>decorate</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.ac.waikato.cms.weka : decorate gradle dependency to your build.gradle file:

implementation 'nz.ac.waikato.cms.weka:decorate:1.0.3'

Gradle Kotlin DSL: Add the following nz.ac.waikato.cms.weka : decorate gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.ac.waikato.cms.weka:decorate:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.ac.waikato.cms.weka : decorate sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.ac.waikato.cms.weka" % "decorate" % "1.0.3"

Advertisement